GET /api/bet_types/c96400c2-bec1-48e5-939b-a3fa3dda4e51/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c96400c2-bec1-48e5-939b-a3fa3dda4e51",
    "match": "https://api-prod.gambitprofit.com/api/matches/01e67960-cbe6-41e3-9828-160e7729b9df/?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": "LNG Esports",
                "amount": 7273.0
            },
            {
                "team": "Rare Atom",
                "amount": 2727.0
            }
        ],
        "expected_reward_tokens": 8944.56,
        "profit_sb": -55.44,
        "profit_sb_percentage": -0.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "9ea63510-cf0e-4003-855a-dee9841253b9",
            "gambit_id": "97df43f2-3fdc-4a0c-b34c-b0b4b92c1335",
            "last_updated": "2022-08-05T10:17:10.602876-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LNG Esports",
            "reward": "1.23000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c96400c2-bec1-48e5-939b-a3fa3dda4e51/?format=api"
        },
        {
            "id": "da5538d3-f770-417b-be41-556b52c611d2",
            "gambit_id": "934acf83-d789-45ee-a07b-a7f245a1afd1",
            "last_updated": "2022-08-05T10:17:10.603641-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Rare Atom",
            "reward": "3.28000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c96400c2-bec1-48e5-939b-a3fa3dda4e51/?format=api"
        }
    ]
}