GET /api/bet_types/748cc6c0-089c-473d-8796-9f18b7b8752d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "748cc6c0-089c-473d-8796-9f18b7b8752d",
    "match": "https://api-prod.gambitprofit.com/api/matches/24ce2fc4-1b5d-4072-a432-52878ea1b79f/?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": "LOS (T Gonsolin)",
                "amount": 7414.0
            },
            {
                "team": "COL (J Urena)",
                "amount": 2586.0
            }
        ],
        "expected_reward_tokens": 9489.92,
        "profit_sb": -10.08,
        "profit_sb_percentage": -0.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "342e3056-3cd7-4f29-b0bc-4af484ae4b72",
            "gambit_id": "1355e41b-e019-4106-9131-e04aedaaca3a",
            "last_updated": "2022-10-04T13:12:03.903917-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS (T Gonsolin)",
            "reward": "1.28000",
            "odds": "1.28570",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/748cc6c0-089c-473d-8796-9f18b7b8752d/?format=api"
        },
        {
            "id": "e5ad1ddf-ad05-4823-b48e-32394d900cab",
            "gambit_id": "34ebbf51-bde0-4fce-9546-a56e98ffb1e2",
            "last_updated": "2022-10-04T13:12:03.904947-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL (J Urena)",
            "reward": "3.67000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/748cc6c0-089c-473d-8796-9f18b7b8752d/?format=api"
        }
    ]
}