GET /api/bet_types/0b3e2c41-6181-46c7-8ece-6802fbf021b5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0b3e2c41-6181-46c7-8ece-6802fbf021b5",
    "match": "https://api-prod.gambitprofit.com/api/matches/f56ce9a6-217a-434f-8232-16d6d5ed3832/?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 Vitality",
                "amount": 6354.0
            },
            {
                "team": "Ninjas IN Pyjamas",
                "amount": 3646.0
            }
        ],
        "expected_reward_tokens": 8895.6,
        "profit_sb": -104.4,
        "profit_sb_percentage": -1.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "41e43122-12aa-40cb-9331-ae323669d112",
            "gambit_id": "c922b4ad-79c9-497c-a9d0-f06a6a16b796",
            "last_updated": "2022-09-02T09:57:07.356820-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Team Vitality",
            "reward": "1.40000",
            "odds": "1.44000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b3e2c41-6181-46c7-8ece-6802fbf021b5/?format=api"
        },
        {
            "id": "5e4b8399-83da-41d9-87c1-1e1f6092d309",
            "gambit_id": "1e05c6b4-2e70-4ab9-875c-a4b526ccab5f",
            "last_updated": "2022-09-02T09:57:07.357247-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ninjas IN Pyjamas",
            "reward": "2.44000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b3e2c41-6181-46c7-8ece-6802fbf021b5/?format=api"
        }
    ]
}