GET /api/bet_types/3d555bb3-5d1b-4a53-abbe-effccdf78534/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3d555bb3-5d1b-4a53-abbe-effccdf78534",
    "match": "https://api-prod.gambitprofit.com/api/matches/c3245c9f-8de6-46be-8a31-37b3437d2007/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-21T09:38:06.392155-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": "Vegas Golden Knights",
                "amount": 6456.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 3544.0
            }
        ],
        "expected_reward_tokens": 9425.76,
        "profit_sb": -74.24,
        "profit_sb_percentage": -0.78,
        "recommended": false
    },
    "lines": [
        {
            "id": "0e4686e4-c99a-4e5c-a061-7b1ce773a2f2",
            "gambit_id": "31b72317-8b81-42df-9cb7-4a14ef11a175",
            "last_updated": "2023-10-23T20:38:03.586553-04:00",
            "created_at": "2023-10-21T09:38:06.398789-04:00",
            "name": "Vegas Golden Knights",
            "reward": "1.46000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d555bb3-5d1b-4a53-abbe-effccdf78534/?format=api"
        },
        {
            "id": "d23eb1c8-9ce5-4a2b-a0b2-13f8dcfe108c",
            "gambit_id": "b8a45f6e-b696-4556-aa5d-b215dfb36a51",
            "last_updated": "2023-10-23T20:38:03.590953-04:00",
            "created_at": "2023-10-21T09:38:06.403767-04:00",
            "name": "Chicago Blackhawks",
            "reward": "2.66000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d555bb3-5d1b-4a53-abbe-effccdf78534/?format=api"
        }
    ]
}