GET /api/bet_types/dbbf9399-9c87-4238-9b5d-4eeefe1a6c0a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dbbf9399-9c87-4238-9b5d-4eeefe1a6c0a",
    "match": "https://api-prod.gambitprofit.com/api/matches/42bee329-f429-475d-841d-e635ef991a8a/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": 5583.0
            },
            {
                "team": "Washington Capitals",
                "amount": 4417.0
            }
        ],
        "expected_reward_tokens": 9099.02,
        "profit_sb": 99.02,
        "profit_sb_percentage": 1.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "32d2bc08-2312-4b28-9fc1-9c0027a19fde",
            "gambit_id": "29e913b3-f909-46e4-9cca-e7bb56125f27",
            "last_updated": "2022-11-12T17:42:34.418159-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.63000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbbf9399-9c87-4238-9b5d-4eeefe1a6c0a/?format=api"
        },
        {
            "id": "77ab6eed-cc43-4784-8350-746305bd2a4b",
            "gambit_id": "7bf3abdf-a083-4c6e-9232-4784471b361d",
            "last_updated": "2022-11-12T17:42:34.417201-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Capitals",
            "reward": "2.06000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbbf9399-9c87-4238-9b5d-4eeefe1a6c0a/?format=api"
        }
    ]
}