GET /api/bet_types/e060ffb1-095e-493a-9265-958795e313f3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e060ffb1-095e-493a-9265-958795e313f3",
    "match": "https://api-prod.gambitprofit.com/api/matches/1f6ffda1-8f9b-43df-8270-4a4ee0f5e760/?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": "Carolina Panthers",
                "amount": 5000.0
            },
            {
                "team": "Seattle Seahawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "307cd33b-58d6-42d5-8acf-261c78f02cd1",
            "gambit_id": "7c72ac5a-c437-41c1-bfcd-b203433fa372",
            "last_updated": "2022-12-12T10:22:12.139721-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Panthers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e060ffb1-095e-493a-9265-958795e313f3/?format=api"
        },
        {
            "id": "0fb3f5fa-1fd8-47c4-a1bb-361e87324f6b",
            "gambit_id": "b1901bba-9fd7-4f50-acb5-552f397f9605",
            "last_updated": "2022-12-12T10:22:12.138681-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Seahawks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e060ffb1-095e-493a-9265-958795e313f3/?format=api"
        }
    ]
}