GET /api/bet_types/fd0c3512-7c43-40f9-9f53-e790185366cd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fd0c3512-7c43-40f9-9f53-e790185366cd",
    "match": "https://api-prod.gambitprofit.com/api/matches/6cbe4388-29b9-42b3-ab3a-7914497d4140/?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": "East Carolina",
                "amount": 5000.0
            },
            {
                "team": "Navy",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "2709ad90-5185-4a34-8996-6a39e41e85d9",
            "gambit_id": "d0fe45b7-b346-4cd1-bae3-6cbde968c6fe",
            "last_updated": "2022-09-25T21:12:20.398169-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "East Carolina",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-16.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd0c3512-7c43-40f9-9f53-e790185366cd/?format=api"
        },
        {
            "id": "23ff68c9-d9d8-4776-9b42-dfa9cb10125d",
            "gambit_id": "1924bfef-f258-47d9-8a59-d522ab91595e",
            "last_updated": "2022-09-25T21:12:20.399182-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Navy",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "16.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd0c3512-7c43-40f9-9f53-e790185366cd/?format=api"
        }
    ]
}