GET /api/bet_types/f3f915f4-cd2b-4070-9454-1429055cd0ab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f3f915f4-cd2b-4070-9454-1429055cd0ab",
    "match": "https://api-prod.gambitprofit.com/api/matches/58fb4988-11fb-4e3c-9563-9a9c5ac8f0d6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-22T13:07:03.191449-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "West Ham United",
                "amount": 5406.0
            },
            {
                "team": "Bournemouth",
                "amount": 4594.0
            }
        ],
        "expected_reward_tokens": 13136.58,
        "profit_sb": 3636.58,
        "profit_sb_percentage": 38.28,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "West Ham United",
                "amount": 3797.0
            },
            {
                "team": "Bournemouth",
                "amount": 3226.0
            },
            {
                "team": "Draw",
                "amount": 2977.0
            }
        ],
        "expected_reward_tokens": 9226.36,
        "profit_sb": -273.64,
        "profit_sb_percentage": -2.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "fc233d6a-96f2-497e-a993-a03b241ed3d3",
            "gambit_id": "d51f266e-833a-4c8e-89bd-ebdc9facbf79",
            "last_updated": "2023-04-24T19:02:06.200663-04:00",
            "created_at": "2023-04-22T13:07:03.193207-04:00",
            "name": "West Ham United",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3f915f4-cd2b-4070-9454-1429055cd0ab/?format=api"
        },
        {
            "id": "191bec24-912c-453c-9e16-1172680b072a",
            "gambit_id": "675ce75f-25a6-4ace-95ec-e11417f410df",
            "last_updated": "2023-04-24T19:02:06.203182-04:00",
            "created_at": "2023-04-22T13:07:03.195386-04:00",
            "name": "Bournemouth",
            "reward": "2.86000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3f915f4-cd2b-4070-9454-1429055cd0ab/?format=api"
        },
        {
            "id": "663bc632-2aef-4415-8d98-e2193d273bd8",
            "gambit_id": "d911aa57-1f6c-47f7-a56f-7298c314cc3c",
            "last_updated": "2023-04-24T19:02:06.205513-04:00",
            "created_at": "2023-04-22T13:07:03.197154-04:00",
            "name": "Draw",
            "reward": "3.10000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3f915f4-cd2b-4070-9454-1429055cd0ab/?format=api"
        }
    ]
}