GET /api/bet_types/23b534a0-8035-46ea-ae2d-09b7477226e3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "23b534a0-8035-46ea-ae2d-09b7477226e3",
    "match": "https://api-prod.gambitprofit.com/api/matches/2506f904-77ca-4689-9119-bcbb0b586ced/?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": "Tottenham",
                "amount": 7450.0
            },
            {
                "team": "Draw",
                "amount": 2550.0
            }
        ],
        "expected_reward_tokens": 10429.5,
        "profit_sb": 1429.5,
        "profit_sb_percentage": 15.88,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Tottenham",
                "amount": 6348.0
            },
            {
                "team": "Draw",
                "amount": 2173.0
            },
            {
                "team": "Wolverhampton Wanderers",
                "amount": 1479.0
            }
        ],
        "expected_reward_tokens": 8887.2,
        "profit_sb": -112.8,
        "profit_sb_percentage": -1.25,
        "recommended": false
    },
    "lines": [
        {
            "id": "5137dfcd-c32d-4756-b43e-f8bc60b859bf",
            "gambit_id": "177c5d52-bc90-470d-94fe-096d84be5fe6",
            "last_updated": "2022-08-21T12:57:15.228750-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tottenham",
            "reward": "1.40000",
            "odds": "1.44000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23b534a0-8035-46ea-ae2d-09b7477226e3/?format=api"
        },
        {
            "id": "85ba24f0-0429-45b3-b0b7-1a084b3f604f",
            "gambit_id": "c8fc6ff4-80e8-4afb-b7a1-3a4d3189f971",
            "last_updated": "2022-08-21T12:57:15.229170-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "4.09000",
            "odds": "4.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23b534a0-8035-46ea-ae2d-09b7477226e3/?format=api"
        },
        {
            "id": "f2cba7ef-4c67-4b94-bed5-d846738f3696",
            "gambit_id": "2c5e35ca-ab97-4555-95f4-412ca99f2858",
            "last_updated": "2022-08-21T12:57:15.228222-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wolverhampton Wanderers",
            "reward": "6.01000",
            "odds": "6.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23b534a0-8035-46ea-ae2d-09b7477226e3/?format=api"
        }
    ]
}