GET /api/bet_types/1847aa64-b41b-4232-ad3e-b3a9c4f774a0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1847aa64-b41b-4232-ad3e-b3a9c4f774a0",
    "match": "https://api-prod.gambitprofit.com/api/matches/6a37b8f1-f1a2-4a8a-991b-34d2c002655c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-27T11:52:00.171260-04: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": 5311.0
            },
            {
                "team": "Bournemouth",
                "amount": 4689.0
            }
        ],
        "expected_reward_tokens": 13222.98,
        "profit_sb": 3722.98,
        "profit_sb_percentage": 39.19,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Southampton",
                "amount": 3726.0
            },
            {
                "team": "Bournemouth",
                "amount": 3290.0
            },
            {
                "team": "Draw",
                "amount": 2983.0
            }
        ],
        "expected_reward_tokens": 9277.13,
        "profit_sb": -222.87,
        "profit_sb_percentage": -2.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "3dd7734e-57d0-4c73-9636-f97d5897af57",
            "gambit_id": "3e55f67d-f3cf-4c3a-a239-8728c3656886",
            "last_updated": "2023-04-28T11:22:27.300561-04:00",
            "created_at": "2023-04-27T11:52:00.174262-04:00",
            "name": "Southampton",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1847aa64-b41b-4232-ad3e-b3a9c4f774a0/?format=api"
        },
        {
            "id": "cdbbc4bf-b928-4f02-b7e6-62d08555c64c",
            "gambit_id": "af00e505-1d6f-43e9-9fe0-3a5d74efc470",
            "last_updated": "2023-04-28T11:22:27.298304-04:00",
            "created_at": "2023-04-27T11:52:00.172644-04:00",
            "name": "Bournemouth",
            "reward": "2.82000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1847aa64-b41b-4232-ad3e-b3a9c4f774a0/?format=api"
        },
        {
            "id": "231019c2-5e13-45e9-a6cf-70f494858fe8",
            "gambit_id": "5f36f36e-bdb4-4bc2-ac32-6d1e0df49d2c",
            "last_updated": "2023-04-28T11:22:27.302385-04:00",
            "created_at": "2023-04-27T11:52:00.175754-04:00",
            "name": "Draw",
            "reward": "3.11000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1847aa64-b41b-4232-ad3e-b3a9c4f774a0/?format=api"
        }
    ]
}