GET /api/bet_types/95e326c6-f91b-4e70-83e3-55748164e525/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "95e326c6-f91b-4e70-83e3-55748164e525",
    "match": "https://api-prod.gambitprofit.com/api/matches/7cf1467a-d30e-4588-baa2-354b04c37c43/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-24T08:57:58.383167-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": "Boston Bruins",
                "amount": 6659.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 3341.0
            }
        ],
        "expected_reward_tokens": 9388.21,
        "profit_sb": -111.79,
        "profit_sb_percentage": -1.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "a36ac2c2-1a18-4031-94dc-6c2d2fde19ef",
            "gambit_id": "a20f34dd-d956-44e2-a130-fb79b1c09a30",
            "last_updated": "2023-10-26T10:13:04.266562-04:00",
            "created_at": "2023-10-24T08:57:58.390488-04:00",
            "name": "Boston Bruins",
            "reward": "1.41000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/95e326c6-f91b-4e70-83e3-55748164e525/?format=api"
        },
        {
            "id": "042dfc4e-fadb-4af2-b038-51b69a433a1f",
            "gambit_id": "80bb35aa-afac-42a9-9c54-fb560c3d7cbd",
            "last_updated": "2023-10-26T10:13:04.269987-04:00",
            "created_at": "2023-10-24T08:57:58.395683-04:00",
            "name": "Chicago Blackhawks",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/95e326c6-f91b-4e70-83e3-55748164e525/?format=api"
        }
    ]
}