GET /api/bet_types/423b313c-c7e0-4184-a487-ea6142431d38/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "423b313c-c7e0-4184-a487-ea6142431d38",
    "match": "https://api-prod.gambitprofit.com/api/matches/e18f310f-c389-4ac8-a774-f1a56648897d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-06T07:58:03.919569-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Tottenham",
                "amount": 5599.0
            },
            {
                "team": "Chelsea",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 12541.76,
        "profit_sb": 3041.76,
        "profit_sb_percentage": 32.02,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Tottenham",
                "amount": 4084.0
            },
            {
                "team": "Chelsea",
                "amount": 3210.0
            },
            {
                "team": "Draw",
                "amount": 2706.0
            }
        ],
        "expected_reward_tokens": 9146.28,
        "profit_sb": -353.72,
        "profit_sb_percentage": -3.72,
        "recommended": false
    },
    "lines": [
        {
            "id": "0e01038a-2644-4ec6-a841-8bc4d5aa6f7a",
            "gambit_id": "87b271a8-dcfd-471b-83ab-e8c768324ae2",
            "last_updated": "2023-11-10T12:53:29.422920-05:00",
            "created_at": "2023-11-06T07:58:03.940452-05:00",
            "name": "Tottenham",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/423b313c-c7e0-4184-a487-ea6142431d38/?format=api"
        },
        {
            "id": "d2ed90da-1653-48a0-aa21-11dad1bb6c27",
            "gambit_id": "dc420cc4-daf9-41eb-acff-cbf4575aa4e3",
            "last_updated": "2023-11-10T12:53:29.426150-05:00",
            "created_at": "2023-11-06T07:58:03.945755-05:00",
            "name": "Chelsea",
            "reward": "2.85000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/423b313c-c7e0-4184-a487-ea6142431d38/?format=api"
        },
        {
            "id": "07f2a30f-acf8-416d-82cf-d54301ebf1e9",
            "gambit_id": "a1e3cac5-37c3-4455-b8d0-98def5db2de5",
            "last_updated": "2023-11-10T12:53:29.419498-05:00",
            "created_at": "2023-11-06T07:58:03.930546-05:00",
            "name": "Draw",
            "reward": "3.38000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/423b313c-c7e0-4184-a487-ea6142431d38/?format=api"
        }
    ]
}