GET /api/bet_types/40839144-8b3e-4cb1-9de3-5cb9a9b18b10/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "40839144-8b3e-4cb1-9de3-5cb9a9b18b10",
    "match": "https://api-prod.gambitprofit.com/api/matches/2260a9a3-c870-4a61-a4e4-44e779a86370/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-23T11:47:57.711754-04: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": "MIA (J Luzardo)",
                "amount": 6935.0
            },
            {
                "team": "COL (T Blach)",
                "amount": 3065.0
            }
        ],
        "expected_reward_tokens": 9500.95,
        "profit_sb": 0.95,
        "profit_sb_percentage": 0.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "e3135232-eae8-4727-9210-e3638da538dc",
            "gambit_id": "d29fc44d-793f-41da-a2f6-af8767b8e7a8",
            "last_updated": "2023-07-24T13:33:10.971474-04:00",
            "created_at": "2023-07-23T11:47:57.721265-04:00",
            "name": "MIA (J Luzardo)",
            "reward": "1.37000",
            "odds": "1.39220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40839144-8b3e-4cb1-9de3-5cb9a9b18b10/?format=api"
        },
        {
            "id": "fa01767c-18f1-4254-9448-007569d9bfd1",
            "gambit_id": "d3097e32-0d74-4a71-8d9c-ad79c31a44ad",
            "last_updated": "2023-07-24T13:33:10.967862-04:00",
            "created_at": "2023-07-23T11:47:57.716532-04:00",
            "name": "COL (T Blach)",
            "reward": "3.10000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40839144-8b3e-4cb1-9de3-5cb9a9b18b10/?format=api"
        }
    ]
}