GET /api/bet_types/0f13c508-b6d8-49ab-9873-3cbf8d36667c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0f13c508-b6d8-49ab-9873-3cbf8d36667c",
    "match": "https://api-prod.gambitprofit.com/api/matches/dc3bec02-ecac-4f5a-a7ed-5233b6452e89/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-20T22:57:00.874038-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Southampton",
                "amount": 5302.0
            },
            {
                "team": "Aston Villa",
                "amount": 4698.0
            }
        ],
        "expected_reward_tokens": 12353.66,
        "profit_sb": 2853.66,
        "profit_sb_percentage": 30.04,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Southampton",
                "amount": 3699.0
            },
            {
                "team": "Aston Villa",
                "amount": 3277.0
            },
            {
                "team": "Draw",
                "amount": 3024.0
            }
        ],
        "expected_reward_tokens": 8618.4,
        "profit_sb": -881.6,
        "profit_sb_percentage": -9.28,
        "recommended": false
    },
    "lines": [
        {
            "id": "ff676001-7fd6-4850-b8bb-cdf92849997f",
            "gambit_id": "bd22afda-a466-4ffd-bc40-7f04e15d7c80",
            "last_updated": "2023-01-23T11:32:09.445813-05:00",
            "created_at": "2023-01-20T22:57:00.875330-05:00",
            "name": "Southampton",
            "reward": "2.33000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f13c508-b6d8-49ab-9873-3cbf8d36667c/?format=api"
        },
        {
            "id": "e4d435ec-0293-4a64-8685-9a52746de96b",
            "gambit_id": "08b64e3a-060a-471c-8f72-823f27122e61",
            "last_updated": "2023-01-23T11:32:09.446956-05:00",
            "created_at": "2023-01-20T22:57:00.876791-05:00",
            "name": "Aston Villa",
            "reward": "2.63000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f13c508-b6d8-49ab-9873-3cbf8d36667c/?format=api"
        },
        {
            "id": "904de9f3-42d4-4c15-ad9a-13acbc7547fd",
            "gambit_id": "697137c5-2da1-4893-9f11-7e54a108cb97",
            "last_updated": "2023-01-23T11:32:09.448060-05:00",
            "created_at": "2023-01-20T22:57:00.878268-05:00",
            "name": "Draw",
            "reward": "2.85000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f13c508-b6d8-49ab-9873-3cbf8d36667c/?format=api"
        }
    ]
}