GET /api/bet_types/1642a481-040e-49fd-aa41-9a704df02dee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1642a481-040e-49fd-aa41-9a704df02dee",
    "match": "https://api-prod.gambitprofit.com/api/matches/ea1d6bc3-c999-4161-8403-d4b2fc56ccf9/?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 Liquid",
                "amount": 5000.0
            },
            {
                "team": "Ninjas IN Pyjamas",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8850.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.67,
        "recommended": false
    },
    "lines": [
        {
            "id": "6bf132f6-9650-46dc-beb0-39c72414322a",
            "gambit_id": "14c33839-cb4a-457c-adf9-8c47d1ce9349",
            "last_updated": "2022-12-24T17:12:25.731109-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Team Liquid",
            "reward": "1.77000",
            "odds": "1.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1642a481-040e-49fd-aa41-9a704df02dee/?format=api"
        },
        {
            "id": "2a4a1f5e-b049-4416-b0cb-51895a3d0d7d",
            "gambit_id": "c0151eea-3ff2-4b0b-80f7-feeae0ca9519",
            "last_updated": "2022-12-24T17:12:25.730008-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ninjas IN Pyjamas",
            "reward": "1.77000",
            "odds": "1.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1642a481-040e-49fd-aa41-9a704df02dee/?format=api"
        }
    ]
}