GET /api/bet_types/317394dd-2004-4c05-a19a-769ab7863c00/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "317394dd-2004-4c05-a19a-769ab7863c00",
    "match": "https://api-prod.gambitprofit.com/api/matches/2a36f2d0-1eef-4674-81c8-590924438276/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-28T08:48:03.678605-04: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": "STL (M Mikolas)",
                "amount": 5415.0
            },
            {
                "team": "HOU (C Javier)",
                "amount": 4585.0
            }
        ],
        "expected_reward_tokens": 9582.65,
        "profit_sb": 82.65,
        "profit_sb_percentage": 0.87,
        "recommended": true
    },
    "lines": [
        {
            "id": "bd47255b-0dc9-4aeb-9c6c-a68a934d5589",
            "gambit_id": "70c17295-d533-419d-b9ca-dadd374b9304",
            "last_updated": "2023-06-29T17:58:30.427404-04:00",
            "created_at": "2023-06-28T08:48:03.683262-04:00",
            "name": "STL (M Mikolas)",
            "reward": "1.77000",
            "odds": "1.80650",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/317394dd-2004-4c05-a19a-769ab7863c00/?format=api"
        },
        {
            "id": "dc8719e3-a940-498d-9fa1-7e10db411a41",
            "gambit_id": "9218b27a-1291-41b7-b52f-97cc00e9f1f3",
            "last_updated": "2023-06-29T17:58:30.425654-04:00",
            "created_at": "2023-06-28T08:48:03.680976-04:00",
            "name": "HOU (C Javier)",
            "reward": "2.09000",
            "odds": "2.14000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/317394dd-2004-4c05-a19a-769ab7863c00/?format=api"
        }
    ]
}