GET /api/bet_types/5d016212-4d90-40dd-8395-e58fd9bc974a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5d016212-4d90-40dd-8395-e58fd9bc974a",
    "match": "https://api-prod.gambitprofit.com/api/matches/8f4795bc-fa24-4297-9f00-848fa83e6851/?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": "Team Solomid",
                "amount": 5679.0
            },
            {
                "team": "Team Dignitas",
                "amount": 4321.0
            }
        ],
        "expected_reward_tokens": 8858.05,
        "profit_sb": -141.95,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "79c4fe59-5fe3-49c0-8fa9-dfc0681a0552",
            "gambit_id": "1961fa86-f01e-43e0-8d81-b67d3344b1be",
            "last_updated": "2022-12-24T17:12:27.944308-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Team Solomid",
            "reward": "1.56000",
            "odds": "1.62000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d016212-4d90-40dd-8395-e58fd9bc974a/?format=api"
        },
        {
            "id": "6771678a-0b5c-41e4-a548-92da7da73754",
            "gambit_id": "f3e84dee-4cb5-4db4-a3cd-7ace24569441",
            "last_updated": "2022-12-24T17:12:27.943085-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Team Dignitas",
            "reward": "2.05000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d016212-4d90-40dd-8395-e58fd9bc974a/?format=api"
        }
    ]
}