GET /api/bet_types/696aac70-b9a3-4481-b077-6b75795c3e5c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "696aac70-b9a3-4481-b077-6b75795c3e5c",
    "match": "https://api-prod.gambitprofit.com/api/matches/e29db090-e401-45ff-bd61-dec18bb55cd1/?format=api",
    "name": "Pick the Winner",
    "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": "Tampa Bay Buccaneers",
                "amount": 5660.0
            },
            {
                "team": "Seattle Seahawks",
                "amount": 4340.0
            }
        ],
        "expected_reward_tokens": 9112.6,
        "profit_sb": 112.6,
        "profit_sb_percentage": 1.25,
        "recommended": true
    },
    "lines": [
        {
            "id": "219b64b6-ae53-43ed-87ea-81686aa224b4",
            "gambit_id": "ab477d9b-2274-4464-835e-be771b47544f",
            "last_updated": "2022-11-14T15:02:45.636096-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Buccaneers",
            "reward": "1.61000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/696aac70-b9a3-4481-b077-6b75795c3e5c/?format=api"
        },
        {
            "id": "13fca7d4-1dce-41d8-bf85-db3783c67234",
            "gambit_id": "9215f529-9bff-40cb-9087-a2fb781a685a",
            "last_updated": "2022-11-14T15:02:45.637085-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Seahawks",
            "reward": "2.10000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/696aac70-b9a3-4481-b077-6b75795c3e5c/?format=api"
        }
    ]
}