GET /api/bet_types/2eee0dcc-99a4-44ce-b06d-827540bf72ab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2eee0dcc-99a4-44ce-b06d-827540bf72ab",
    "match": "https://api-prod.gambitprofit.com/api/matches/6ba0767d-bfcf-473e-9c45-852e9c0ea69d/?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": "Massachusetts",
                "amount": 5000.0
            },
            {
                "team": "Connecticut",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "b9f810dd-5fe5-4611-b4b2-7755d7073bac",
            "gambit_id": "c0792c56-8a25-4f3d-b8c1-40f78aca5c63",
            "last_updated": "2022-11-05T09:42:50.585708-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Massachusetts",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "15.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2eee0dcc-99a4-44ce-b06d-827540bf72ab/?format=api"
        },
        {
            "id": "8c0c0bfa-87e6-4975-9461-320b86c2e038",
            "gambit_id": "dc986677-bd49-4d23-895f-4f185aab5246",
            "last_updated": "2022-11-05T09:42:50.584772-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Connecticut",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-15.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2eee0dcc-99a4-44ce-b06d-827540bf72ab/?format=api"
        }
    ]
}