GET /api/bet_types/4953bb4a-bc6a-472a-b42e-cc12e8db84bd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4953bb4a-bc6a-472a-b42e-cc12e8db84bd",
    "match": "https://api-prod.gambitprofit.com/api/matches/f12dcd7f-224f-4980-b41e-5cd8477ff4c0/?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": "Manchester City",
                "amount": 8627.0
            },
            {
                "team": "Draw",
                "amount": 1373.0
            }
        ],
        "expected_reward_tokens": 9830.68,
        "profit_sb": 830.68,
        "profit_sb_percentage": 9.23,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 7950.0
            },
            {
                "team": "Draw",
                "amount": 1266.0
            },
            {
                "team": "Fulham",
                "amount": 784.0
            }
        ],
        "expected_reward_tokens": 9063.0,
        "profit_sb": 63.0,
        "profit_sb_percentage": 0.7,
        "recommended": true
    },
    "lines": [
        {
            "id": "54ce84ce-26d0-4942-8f3f-60fbc4de0508",
            "gambit_id": "45797949-8c8c-46aa-8e74-7d323e2014e3",
            "last_updated": "2022-11-07T09:32:14.549265-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Manchester City",
            "reward": "1.14000",
            "odds": "1.16000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4953bb4a-bc6a-472a-b42e-cc12e8db84bd/?format=api"
        },
        {
            "id": "cf6f72de-28a9-4fb5-a1b4-0df86215a33f",
            "gambit_id": "72891b4c-4fa3-4553-b25b-ab9ca8bf8b2c",
            "last_updated": "2022-11-07T09:32:14.550480-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "7.16000",
            "odds": "8.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4953bb4a-bc6a-472a-b42e-cc12e8db84bd/?format=api"
        },
        {
            "id": "db718763-1dee-4bbf-94c2-b2838d567c55",
            "gambit_id": "629bf45d-89a0-49cd-b001-516736d000e7",
            "last_updated": "2022-11-07T09:32:14.548148-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Fulham",
            "reward": "11.56000",
            "odds": "13.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4953bb4a-bc6a-472a-b42e-cc12e8db84bd/?format=api"
        }
    ]
}