GET /api/bet_types/f131e787-c13b-42de-b520-5fe57b9b4a9d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f131e787-c13b-42de-b520-5fe57b9b4a9d",
    "match": "https://api-prod.gambitprofit.com/api/matches/caeccc1d-5b78-4e3b-8bfb-36f59c8d0048/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-19T08:53:00.942816-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 Lightning",
                "amount": 6154.0
            },
            {
                "team": "St Louis Blues",
                "amount": 3846.0
            }
        ],
        "expected_reward_tokens": 9538.08,
        "profit_sb": 38.08,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "9ce69e74-c4b3-45ed-945a-a7317f782ddd",
            "gambit_id": "0b8808cc-a6f3-472b-b775-e0845cd1e929",
            "last_updated": "2023-12-20T12:43:26.125025-05:00",
            "created_at": "2023-12-19T08:53:00.951282-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f131e787-c13b-42de-b520-5fe57b9b4a9d/?format=api"
        },
        {
            "id": "37ef1e75-ed75-4ae8-8122-7ed93880df8e",
            "gambit_id": "b3b94450-9d6b-4c56-86ab-07b838f7f937",
            "last_updated": "2023-12-20T12:43:26.121635-05:00",
            "created_at": "2023-12-19T08:53:00.946796-05:00",
            "name": "St Louis Blues",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f131e787-c13b-42de-b520-5fe57b9b4a9d/?format=api"
        }
    ]
}