GET /api/bet_types/d175ab3d-f690-470f-8070-47aac49504ce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d175ab3d-f690-470f-8070-47aac49504ce",
    "match": "https://api-prod.gambitprofit.com/api/matches/a2f44f0a-b898-4913-a45d-8915ebe83a41/?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": "Los Angeles Kings",
                "amount": 5097.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "3b9a4e3a-5f50-4467-a69e-7d4bdfd2222a",
            "gambit_id": "d2985b57-3520-418e-b037-f1c33de26e0a",
            "last_updated": "2022-12-14T10:17:16.389487-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d175ab3d-f690-470f-8070-47aac49504ce/?format=api"
        },
        {
            "id": "36966296-30fd-4408-bc18-8b0afb4f3fbe",
            "gambit_id": "7fd37b8f-7310-4328-b1c4-77bad925bc49",
            "last_updated": "2022-12-14T10:17:16.388358-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d175ab3d-f690-470f-8070-47aac49504ce/?format=api"
        }
    ]
}