GET /api/bet_types/526f5d82-8fdd-4e18-bc56-98968aaf631d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "526f5d82-8fdd-4e18-bc56-98968aaf631d",
    "match": "https://api-prod.gambitprofit.com/api/matches/cfe0cbcb-a50e-446a-8cf4-a661725ed1be/?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": "Ninjas IN Pyjamas",
                "amount": 5382.0
            },
            {
                "team": "Team Spirit",
                "amount": 4618.0
            }
        ],
        "expected_reward_tokens": 8772.66,
        "profit_sb": -227.34,
        "profit_sb_percentage": -2.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "f4e91cb8-0934-4951-874c-6222d5b1c5bc",
            "gambit_id": "64a7c713-a4d6-4749-b602-6058bbace819",
            "last_updated": "2022-09-03T20:02:26.403880-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ninjas IN Pyjamas",
            "reward": "1.63000",
            "odds": "1.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/526f5d82-8fdd-4e18-bc56-98968aaf631d/?format=api"
        },
        {
            "id": "ac6d2b1c-65c3-40d6-94cd-b11e73edb6dd",
            "gambit_id": "137f49a2-2d81-41ed-a859-44cbbd0afb32",
            "last_updated": "2022-09-03T20:02:26.402720-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Team Spirit",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/526f5d82-8fdd-4e18-bc56-98968aaf631d/?format=api"
        }
    ]
}