GET /api/bet_types/0468eea9-31f4-4bde-800d-40e5da88b676/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0468eea9-31f4-4bde-800d-40e5da88b676",
    "match": "https://api-prod.gambitprofit.com/api/matches/0b69cc62-d845-41ae-bfa6-ecbdf55a02fa/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-28T09:32:08.162059-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": "Texas Tech",
                "amount": 5000.0
            },
            {
                "team": "Mississippi",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "e72a76cf-c8a5-4a50-8459-cfa511e14d70",
            "gambit_id": "84754162-c911-49bc-99b9-d366d04d651d",
            "last_updated": "2022-12-30T18:52:01.288295-05:00",
            "created_at": "2022-12-28T09:32:08.163281-05:00",
            "name": "Texas Tech",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0468eea9-31f4-4bde-800d-40e5da88b676/?format=api"
        },
        {
            "id": "44d311a1-5f47-4ea9-92a3-05f8ddd400de",
            "gambit_id": "0f3c164b-7233-4dec-bc8a-c23f7ad7ab51",
            "last_updated": "2022-12-30T18:52:01.289634-05:00",
            "created_at": "2022-12-28T09:32:08.164526-05:00",
            "name": "Mississippi",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0468eea9-31f4-4bde-800d-40e5da88b676/?format=api"
        }
    ]
}