GET /api/bet_types/3b84410c-f46a-4f1b-bb20-266b1b031716/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3b84410c-f46a-4f1b-bb20-266b1b031716",
    "match": "https://api-prod.gambitprofit.com/api/matches/2cbf0859-02b2-45b0-90aa-e5ef1a954138/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-22T09:08:15.544625-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": "Washington Capitals",
                "amount": 5319.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "66543817-332e-4266-af18-fba47eed0614",
            "gambit_id": "1ae628bb-39d5-48cf-a064-bacbc691bebd",
            "last_updated": "2023-11-23T20:12:57.488131-05:00",
            "created_at": "2023-11-22T09:08:15.548571-05:00",
            "name": "Washington Capitals",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b84410c-f46a-4f1b-bb20-266b1b031716/?format=api"
        },
        {
            "id": "4d1ee7c5-971c-40d9-bf83-b1c5b0f850c6",
            "gambit_id": "b413ec04-1d87-4b90-b79d-c7af9020e8b2",
            "last_updated": "2023-11-23T20:12:57.492108-05:00",
            "created_at": "2023-11-22T09:08:15.553130-05:00",
            "name": "Buffalo Sabres",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b84410c-f46a-4f1b-bb20-266b1b031716/?format=api"
        }
    ]
}