GET /api/bet_types/68310e93-9a0e-4927-b1d7-5aeda3c0156c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "68310e93-9a0e-4927-b1d7-5aeda3c0156c",
    "match": "https://api-prod.gambitprofit.com/api/matches/17ea7d2a-df56-45f4-80a9-89f4ebf869f1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-08T10:48:04.917543-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 8629.0
            },
            {
                "team": "Draw",
                "amount": 1371.0
            }
        ],
        "expected_reward_tokens": 9923.35,
        "profit_sb": 423.35,
        "profit_sb_percentage": 4.46,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 8074.0
            },
            {
                "team": "Draw",
                "amount": 1283.0
            },
            {
                "team": "Luton Town",
                "amount": 643.0
            }
        ],
        "expected_reward_tokens": 9284.92,
        "profit_sb": -215.08,
        "profit_sb_percentage": -2.26,
        "recommended": false
    },
    "lines": [
        {
            "id": "d8852873-ddba-4f66-8959-32793a96aee1",
            "gambit_id": "a5f3c785-cf16-463e-bb52-d64b306e0d57",
            "last_updated": "2023-12-12T10:33:15.261913-05:00",
            "created_at": "2023-12-08T10:48:04.937028-05:00",
            "name": "Manchester City",
            "reward": "1.15000",
            "odds": "1.16000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68310e93-9a0e-4927-b1d7-5aeda3c0156c/?format=api"
        },
        {
            "id": "0f9ce251-e7a1-465e-88a8-2d43289f1904",
            "gambit_id": "0e2ec3eb-0295-42bb-b932-1b78f72577bb",
            "last_updated": "2023-12-12T10:33:15.254924-05:00",
            "created_at": "2023-12-08T10:48:04.922389-05:00",
            "name": "Draw",
            "reward": "7.24000",
            "odds": "7.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68310e93-9a0e-4927-b1d7-5aeda3c0156c/?format=api"
        },
        {
            "id": "85906016-e5bd-42a8-a1c1-691a0c9d0c16",
            "gambit_id": "8c4a21cb-d55d-4996-8e62-0a7e7305c98b",
            "last_updated": "2023-12-12T10:33:15.258468-05:00",
            "created_at": "2023-12-08T10:48:04.926831-05:00",
            "name": "Luton Town",
            "reward": "14.44000",
            "odds": "15.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68310e93-9a0e-4927-b1d7-5aeda3c0156c/?format=api"
        }
    ]
}