GET /api/bet_types/a3f6e443-6a81-41ee-8a44-8450c5ea5047/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a3f6e443-6a81-41ee-8a44-8450c5ea5047",
    "match": "https://api-prod.gambitprofit.com/api/matches/ce9150ec-4cc5-4623-9dcf-b1fd7f2570dd/?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": 5696.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 4304.0
            }
        ],
        "expected_reward_tokens": 9511.84,
        "profit_sb": 11.84,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "6b5f0bb6-d52d-43d2-b045-46272cd0659d",
            "gambit_id": "8cfa6677-c425-49d7-91cc-50267dd4b2a8",
            "last_updated": "2022-10-27T11:57:05.437186-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.67000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3f6e443-6a81-41ee-8a44-8450c5ea5047/?format=api"
        },
        {
            "id": "378368ef-30b6-4c87-9141-057d0b0a5562",
            "gambit_id": "ddb64158-76af-475f-975e-d3cb014e409b",
            "last_updated": "2022-10-27T11:57:05.438314-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Anaheim Ducks",
            "reward": "2.21000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3f6e443-6a81-41ee-8a44-8450c5ea5047/?format=api"
        }
    ]
}