GET /api/bet_types/ec312486-8ed1-4acb-9969-eaed8e67f07d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ec312486-8ed1-4acb-9969-eaed8e67f07d",
    "match": "https://api-prod.gambitprofit.com/api/matches/4da92c20-8491-41ab-9d8e-37f0a2dbb45b/?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": "Michigan",
                "amount": 5000.0
            },
            {
                "team": "Iowa",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": 250.0,
        "profit_sb_percentage": 2.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "fd1466aa-a9f1-4f7a-a84c-47261dfe5688",
            "gambit_id": "a909662b-d395-41c7-8a44-b66dbe3c25a4",
            "last_updated": "2022-10-02T15:17:22.765237-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Michigan",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec312486-8ed1-4acb-9969-eaed8e67f07d/?format=api"
        },
        {
            "id": "9c76de0a-9cb9-4291-9cdf-0cefff128bbb",
            "gambit_id": "306cde8d-f291-40d4-b8db-e94180317c3f",
            "last_updated": "2022-10-02T15:17:22.764251-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Iowa",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec312486-8ed1-4acb-9969-eaed8e67f07d/?format=api"
        }
    ]
}