GET /api/bet_types/86993f04-d389-4e94-bd6f-584cdb3ddab3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "86993f04-d389-4e94-bd6f-584cdb3ddab3",
    "match": "https://api-prod.gambitprofit.com/api/matches/1d071acf-5d5a-4c6e-b217-2d475688a7b9/?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": "TCU",
                "amount": 5000.0
            },
            {
                "team": "Baylor",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "a97bfb23-e713-4da4-9381-9b784a0dd7df",
            "gambit_id": "8cc2e51d-b7fd-4c35-8c0a-c9075d5fea9e",
            "last_updated": "2022-11-21T10:18:11.223440-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TCU",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86993f04-d389-4e94-bd6f-584cdb3ddab3/?format=api"
        },
        {
            "id": "411b8df1-6c71-4e62-a2b1-60bee36eef4a",
            "gambit_id": "35355d3a-98fe-4613-bdb0-fbf7f97dcc14",
            "last_updated": "2022-11-21T10:18:11.222313-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Baylor",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86993f04-d389-4e94-bd6f-584cdb3ddab3/?format=api"
        }
    ]
}