GET /api/bet_types/a5763afd-d7fd-4fb2-8b93-f9171e13f71f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a5763afd-d7fd-4fb2-8b93-f9171e13f71f",
    "match": "https://api-prod.gambitprofit.com/api/matches/9a8c6ca7-dcce-4187-89cf-e45b8c808dfd/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-26T09:43:12.712985-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": "St Louis Blues",
                "amount": 5867.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "3a05157a-6f95-416a-b815-9e152b6c51e7",
            "gambit_id": "c7c78715-997c-4512-9eba-2d41283a5701",
            "last_updated": "2023-11-27T20:08:08.624897-05:00",
            "created_at": "2023-11-26T09:43:12.716877-05:00",
            "name": "St Louis Blues",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5763afd-d7fd-4fb2-8b93-f9171e13f71f/?format=api"
        },
        {
            "id": "34391590-f97c-429b-b206-75b85bc4705b",
            "gambit_id": "00c964ae-ef3f-4a31-acde-0e34bf6dd489",
            "last_updated": "2023-11-27T20:08:08.628072-05:00",
            "created_at": "2023-11-26T09:43:12.725091-05:00",
            "name": "Chicago Blackhawks",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5763afd-d7fd-4fb2-8b93-f9171e13f71f/?format=api"
        }
    ]
}