GET /api/bet_types/29615cbd-a5b7-47cc-8c73-19866ac60110/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "29615cbd-a5b7-47cc-8c73-19866ac60110",
    "match": "https://api-prod.gambitprofit.com/api/matches/5bad1bf8-c13c-4a24-8b45-d3acb5937cef/?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": "AC Milan",
                "amount": 7391.0
            },
            {
                "team": "Draw",
                "amount": 2609.0
            }
        ],
        "expected_reward_tokens": 10643.04,
        "profit_sb": 1643.04,
        "profit_sb_percentage": 18.26,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "AC Milan",
                "amount": 6214.0
            },
            {
                "team": "Draw",
                "amount": 2193.0
            },
            {
                "team": "FC Red Bull Salzburg",
                "amount": 1592.0
            }
        ],
        "expected_reward_tokens": 8947.04,
        "profit_sb": -52.96,
        "profit_sb_percentage": -0.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "74b44918-4683-4545-bf8e-274a989d70a3",
            "gambit_id": "1868e4e0-1d97-4e3d-82b3-c46da9f0f17a",
            "last_updated": "2022-11-03T10:03:16.247787-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "AC Milan",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29615cbd-a5b7-47cc-8c73-19866ac60110/?format=api"
        },
        {
            "id": "88e022f4-594a-4f47-a188-80587b373747",
            "gambit_id": "3b0fba08-bd3c-4954-b2b7-9d03588c9cc3",
            "last_updated": "2022-11-03T10:03:16.248745-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "4.08000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29615cbd-a5b7-47cc-8c73-19866ac60110/?format=api"
        },
        {
            "id": "917c4f25-ec25-4e9f-90ca-809ac4fd416b",
            "gambit_id": "bbc2c932-1385-45c5-bc0a-140b6c740813",
            "last_updated": "2022-11-03T10:03:16.246839-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "FC Red Bull Salzburg",
            "reward": "5.62000",
            "odds": "6.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29615cbd-a5b7-47cc-8c73-19866ac60110/?format=api"
        }
    ]
}