GET /api/bet_types/b2c648ec-b3dc-468f-86f8-2e6077358bda/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b2c648ec-b3dc-468f-86f8-2e6077358bda",
    "match": "https://api-prod.gambitprofit.com/api/matches/5e7a01a2-07cc-4b7d-a917-ad7a955bd04b/?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": "Iowa",
                "amount": 5000.0
            },
            {
                "team": "Purdue",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "a0492df9-b077-4385-b82e-b6e09d197bfa",
            "gambit_id": "e7eb4ee2-cb1f-4a21-8aae-64834b2812fc",
            "last_updated": "2022-11-06T08:22:24.963315-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Iowa",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2c648ec-b3dc-468f-86f8-2e6077358bda/?format=api"
        },
        {
            "id": "6863dc8b-0f40-40cf-a146-b39869c5d337",
            "gambit_id": "84fddf19-d6da-4346-a99d-fcce347f23ce",
            "last_updated": "2022-11-06T08:22:24.962334-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Purdue",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2c648ec-b3dc-468f-86f8-2e6077358bda/?format=api"
        }
    ]
}