GET /api/bet_types/81dbd1c9-7863-4029-868e-b73d178751d0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "81dbd1c9-7863-4029-868e-b73d178751d0",
    "match": "https://api-prod.gambitprofit.com/api/matches/20d94bce-7fe2-4bcb-8a6b-bbdbd77ab735/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-07T08:38:23.190365-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": 5423.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "cc82bbc1-a187-451a-a12a-ed8a6718c600",
            "gambit_id": "ae7880d7-e969-4d5b-9e76-e52637e9df6a",
            "last_updated": "2023-11-10T13:02:59.351578-05:00",
            "created_at": "2023-11-07T08:38:23.196553-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81dbd1c9-7863-4029-868e-b73d178751d0/?format=api"
        },
        {
            "id": "d0e768f2-d68d-466c-ac30-5b3b4b7e93c5",
            "gambit_id": "9310c057-bf4c-427b-b34a-96a68e54701b",
            "last_updated": "2023-11-10T13:02:59.354861-05:00",
            "created_at": "2023-11-07T08:38:23.202914-05:00",
            "name": "Montreal Canadiens",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81dbd1c9-7863-4029-868e-b73d178751d0/?format=api"
        }
    ]
}