GET /api/bet_types/745e0f60-4477-49e5-bfd8-4332f62df757/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "745e0f60-4477-49e5-bfd8-4332f62df757",
    "match": "https://api-prod.gambitprofit.com/api/matches/65579bc6-cbed-43c4-b0a1-cf41bb87d061/?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": "Chelsea",
                "amount": 6736.0
            },
            {
                "team": "Draw",
                "amount": 3264.0
            }
        ],
        "expected_reward_tokens": 11585.92,
        "profit_sb": 2585.92,
        "profit_sb_percentage": 28.73,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Chelsea",
                "amount": 5217.0
            },
            {
                "team": "Draw",
                "amount": 2528.0
            },
            {
                "team": "Fulham",
                "amount": 2255.0
            }
        ],
        "expected_reward_tokens": 8973.24,
        "profit_sb": -26.76,
        "profit_sb_percentage": -0.3,
        "recommended": false
    },
    "lines": [
        {
            "id": "53542db1-152e-4a12-b1dc-fcef4e890951",
            "gambit_id": "0268da34-9d18-4460-9d5e-2c78a5321bf6",
            "last_updated": "2022-12-24T17:12:14.999060-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chelsea",
            "reward": "1.72000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/745e0f60-4477-49e5-bfd8-4332f62df757/?format=api"
        },
        {
            "id": "8227743a-8070-4063-88af-dffb99b8b55f",
            "gambit_id": "70e27fed-6dae-4687-ac3e-e5929fef2c34",
            "last_updated": "2022-12-24T17:12:15.002472-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.55000",
            "odds": "3.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/745e0f60-4477-49e5-bfd8-4332f62df757/?format=api"
        },
        {
            "id": "3303e0e7-d678-4c12-9ff5-21776146e580",
            "gambit_id": "201255bf-338e-4ec7-afcb-fa149fb4285a",
            "last_updated": "2022-12-24T17:12:15.000206-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Fulham",
            "reward": "3.98000",
            "odds": "4.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/745e0f60-4477-49e5-bfd8-4332f62df757/?format=api"
        }
    ]
}