GET /api/bet_types/18ee851b-4e40-4933-a829-41d8ad91a6bf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "18ee851b-4e40-4933-a829-41d8ad91a6bf",
    "match": "https://api-prod.gambitprofit.com/api/matches/a1613100-07a0-4dc8-83b6-b0a5f412316a/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Oregon",
                "amount": 5000.0
            },
            {
                "team": "Utah",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "0b6b3f43-beeb-4da8-863c-7ce6a8de0dcc",
            "gambit_id": "39788bb2-00bc-4851-83cd-1a001bca87f9",
            "last_updated": "2022-11-21T09:43:40.124438-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oregon",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18ee851b-4e40-4933-a829-41d8ad91a6bf/?format=api"
        },
        {
            "id": "1b180319-9cd0-4c8b-95ba-92d69d9ba17e",
            "gambit_id": "28e82d7e-ccc4-460a-b444-568b3234d6fe",
            "last_updated": "2022-11-21T09:43:40.125577-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18ee851b-4e40-4933-a829-41d8ad91a6bf/?format=api"
        }
    ]
}