GET /api/bet_types/e65edbd3-e64a-4024-9cbc-f683c3257d69/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e65edbd3-e64a-4024-9cbc-f683c3257d69",
    "match": "https://api-prod.gambitprofit.com/api/matches/968cc84a-9da5-43ce-a980-adb08e6ee8d0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-21T12:32:09.069505-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": "Edmonton Oilers",
                "amount": 5867.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "e92902c7-32f0-496c-9ca3-315805477938",
            "gambit_id": "21641516-f07f-49ee-96b8-ea4c6d29f152",
            "last_updated": "2023-04-22T13:07:12.847820-04:00",
            "created_at": "2023-04-21T12:32:09.072556-04:00",
            "name": "Edmonton Oilers",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e65edbd3-e64a-4024-9cbc-f683c3257d69/?format=api"
        },
        {
            "id": "b77866b6-b66f-45aa-9f39-f48bbd881266",
            "gambit_id": "b475dd47-5e63-4638-bebd-efcee4d206e7",
            "last_updated": "2023-04-22T13:07:12.845252-04:00",
            "created_at": "2023-04-21T12:32:09.071006-04:00",
            "name": "Los Angeles Kings",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e65edbd3-e64a-4024-9cbc-f683c3257d69/?format=api"
        }
    ]
}