GET /api/bet_types/bf04e924-e27f-42af-abb3-afb0efbfa79a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bf04e924-e27f-42af-abb3-afb0efbfa79a",
    "match": "https://api-prod.gambitprofit.com/api/matches/b05557dc-7c88-4228-9c5d-ed8ca6d76aae/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-15T13:57:01.346991-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Real Madrid",
                "amount": 5444.0
            },
            {
                "team": "Liverpool",
                "amount": 4556.0
            }
        ],
        "expected_reward_tokens": 12301.2,
        "profit_sb": 2801.2,
        "profit_sb_percentage": 29.49,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Real Madrid",
                "amount": 4115.0
            },
            {
                "team": "Liverpool",
                "amount": 3444.0
            },
            {
                "team": "Draw",
                "amount": 2441.0
            }
        ],
        "expected_reward_tokens": 9298.8,
        "profit_sb": -201.2,
        "profit_sb_percentage": -2.12,
        "recommended": false
    },
    "lines": [
        {
            "id": "7735b35c-1ee0-4af5-aa4f-b63e3a297232",
            "gambit_id": "05ee788e-940e-4bed-893b-d07e0921a149",
            "last_updated": "2023-03-16T17:37:21.135532-04:00",
            "created_at": "2023-03-15T13:57:01.350928-04:00",
            "name": "Real Madrid",
            "reward": "2.26000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf04e924-e27f-42af-abb3-afb0efbfa79a/?format=api"
        },
        {
            "id": "97a311eb-25f5-4528-b2f5-32290284e3ad",
            "gambit_id": "b75af01f-75bb-4eaa-baec-bd5317702116",
            "last_updated": "2023-03-16T17:37:21.133754-04:00",
            "created_at": "2023-03-15T13:57:01.349583-04:00",
            "name": "Liverpool",
            "reward": "2.70000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf04e924-e27f-42af-abb3-afb0efbfa79a/?format=api"
        },
        {
            "id": "a8329cec-a45e-42d5-9946-a0fc8e725515",
            "gambit_id": "dcfc8465-38ec-484f-9ac6-c43dcf663a72",
            "last_updated": "2023-03-16T17:37:21.131838-04:00",
            "created_at": "2023-03-15T13:57:01.348310-04:00",
            "name": "Draw",
            "reward": "3.81000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf04e924-e27f-42af-abb3-afb0efbfa79a/?format=api"
        }
    ]
}