GET /api/bet_types/2477e820-f587-48eb-8d18-5f17510498f4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2477e820-f587-48eb-8d18-5f17510498f4",
    "match": "https://api-prod.gambitprofit.com/api/matches/ee47efea-3933-4423-86f9-e713640e83db/?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": "Vancouver Canucks",
                "amount": 5000.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "86b4fc83-093e-46ef-aa72-35ceeb9889ce",
            "gambit_id": "50dd9972-746d-4ab8-8bba-a6496d7a5941",
            "last_updated": "2022-12-12T09:42:33.816657-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2477e820-f587-48eb-8d18-5f17510498f4/?format=api"
        },
        {
            "id": "77d00c9b-c1e4-41dc-9058-80bd21fc37b6",
            "gambit_id": "8d034803-bcf4-4a8f-8926-8166fa049b3a",
            "last_updated": "2022-12-12T09:42:33.817794-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Wild",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2477e820-f587-48eb-8d18-5f17510498f4/?format=api"
        }
    ]
}