GET /api/bet_types/1e707fca-874f-4591-bdd7-9707a85c4f0f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1e707fca-874f-4591-bdd7-9707a85c4f0f",
    "match": "https://api-prod.gambitprofit.com/api/matches/28dfe43b-d1b7-415b-8276-53f695daa116/?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": "Arkansas State",
                "amount": 5000.0
            },
            {
                "team": "UL Monroe",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": -250.0,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "fc032fd8-8ea2-4028-b488-f09c20d97a1e",
            "gambit_id": "b3a4a1f8-8c6c-4b3b-8eee-7bb2c09acf99",
            "last_updated": "2022-10-03T11:02:20.504905-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arkansas State",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e707fca-874f-4591-bdd7-9707a85c4f0f/?format=api"
        },
        {
            "id": "5cc1cc0f-8d4b-4154-9bb9-99cf4ca9f2eb",
            "gambit_id": "56825f99-bc05-4240-9a7c-81c6f49de4b4",
            "last_updated": "2022-10-03T11:02:20.506160-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UL Monroe",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e707fca-874f-4591-bdd7-9707a85c4f0f/?format=api"
        }
    ]
}