GET /api/bet_types/d1b370ef-8646-4d84-af4a-515aba38c94d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d1b370ef-8646-4d84-af4a-515aba38c94d",
    "match": "https://api-prod.gambitprofit.com/api/matches/0ba58628-09a1-459c-b0a8-12ca7e61edbc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-17T10:27:14.990885-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Leeds United",
                "amount": 5094.0
            },
            {
                "team": "Everton",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 13244.4,
        "profit_sb": 3744.4,
        "profit_sb_percentage": 39.41,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Leeds United",
                "amount": 3566.0
            },
            {
                "team": "Everton",
                "amount": 3434.0
            },
            {
                "team": "Draw",
                "amount": 3000.0
            }
        ],
        "expected_reward_tokens": 9270.0,
        "profit_sb": -230.0,
        "profit_sb_percentage": -2.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "f405a506-095c-47ea-a991-b667e2379f94",
            "gambit_id": "d59cc80e-d4b3-493c-9599-7b7077cd68ff",
            "last_updated": "2023-02-19T16:12:16.527580-05:00",
            "created_at": "2023-02-17T10:27:14.995114-05:00",
            "name": "Leeds United",
            "reward": "2.60000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1b370ef-8646-4d84-af4a-515aba38c94d/?format=api"
        },
        {
            "id": "e0ddb004-6807-4f7f-8545-36d7364a49b1",
            "gambit_id": "f3e907fd-7b31-4f04-8de4-eaae23ed4d79",
            "last_updated": "2023-02-19T16:12:16.525241-05:00",
            "created_at": "2023-02-17T10:27:14.992272-05:00",
            "name": "Everton",
            "reward": "2.70000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1b370ef-8646-4d84-af4a-515aba38c94d/?format=api"
        },
        {
            "id": "6c33efb5-7aa0-4b5a-9883-45a1f4f6be07",
            "gambit_id": "906af69d-3eb6-42a7-b81c-4b96e7a4a2eb",
            "last_updated": "2023-02-19T16:12:16.526419-05:00",
            "created_at": "2023-02-17T10:27:14.993696-05:00",
            "name": "Draw",
            "reward": "3.09000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1b370ef-8646-4d84-af4a-515aba38c94d/?format=api"
        }
    ]
}