GET /api/bet_types/f8fe8566-efce-463c-87cc-89a34aea9ea9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f8fe8566-efce-463c-87cc-89a34aea9ea9",
    "match": "https://api-prod.gambitprofit.com/api/matches/11bc012b-9b3f-4fde-bbba-99d8aa9827b1/?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": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Brighton & Hove Albion",
                "amount": 6394.0
            },
            {
                "team": "Draw",
                "amount": 3606.0
            }
        ],
        "expected_reward_tokens": 11573.14,
        "profit_sb": 2573.14,
        "profit_sb_percentage": 28.59,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Brighton & Hove Albion",
                "amount": 4925.0
            },
            {
                "team": "Draw",
                "amount": 2777.0
            },
            {
                "team": "Leicester City",
                "amount": 2298.0
            }
        ],
        "expected_reward_tokens": 8914.17,
        "profit_sb": -85.83,
        "profit_sb_percentage": -0.95,
        "recommended": false
    },
    "lines": [
        {
            "id": "0c407d60-fa41-429c-8750-d27528bf89ce",
            "gambit_id": "d0bf0ee0-dbf9-4650-a22e-7162f37070b4",
            "last_updated": "2022-09-05T17:06:56.646900-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brighton & Hove Albion",
            "reward": "1.81000",
            "odds": "1.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8fe8566-efce-463c-87cc-89a34aea9ea9/?format=api"
        },
        {
            "id": "14f3d0e0-9467-4b51-879d-c05371fa8555",
            "gambit_id": "ece2a499-780b-40cd-a713-1ca456ce76f8",
            "last_updated": "2022-09-05T17:06:56.648058-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.21000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8fe8566-efce-463c-87cc-89a34aea9ea9/?format=api"
        },
        {
            "id": "8641048a-6fd1-4e3b-8ca8-fca5f79132cc",
            "gambit_id": "01558ab2-d940-4f97-8eb4-f805752b9d2e",
            "last_updated": "2022-09-05T17:06:56.645771-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Leicester City",
            "reward": "3.88000",
            "odds": "4.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8fe8566-efce-463c-87cc-89a34aea9ea9/?format=api"
        }
    ]
}