GET /api/bet_types/dc171a28-5044-4e4a-aade-4dcb538b8660/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dc171a28-5044-4e4a-aade-4dcb538b8660",
    "match": "https://api-prod.gambitprofit.com/api/matches/d68ff138-aef1-4aff-9797-fe4ef1bccc28/?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": 7092.0
            },
            {
                "team": "Draw",
                "amount": 2908.0
            }
        ],
        "expected_reward_tokens": 10496.16,
        "profit_sb": 1496.16,
        "profit_sb_percentage": 16.62,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Chelsea",
                "amount": 6005.0
            },
            {
                "team": "Draw",
                "amount": 2462.0
            },
            {
                "team": "Everton",
                "amount": 1532.0
            }
        ],
        "expected_reward_tokens": 8885.6,
        "profit_sb": -114.4,
        "profit_sb_percentage": -1.27,
        "recommended": false
    },
    "lines": [
        {
            "id": "37306ea4-2ca7-4da2-a022-942f6ea31345",
            "gambit_id": "a62dc465-54c9-4419-b0f8-94278de86cc6",
            "last_updated": "2022-08-07T11:07:12.748354-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chelsea",
            "reward": "1.48000",
            "odds": "1.53000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc171a28-5044-4e4a-aade-4dcb538b8660/?format=api"
        },
        {
            "id": "ac817420-4aaf-42d3-9f95-389f2b2c9788",
            "gambit_id": "b9b176a4-09da-4fda-a6d7-e5c888655383",
            "last_updated": "2022-08-07T11:07:12.749141-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.61000",
            "odds": "3.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc171a28-5044-4e4a-aade-4dcb538b8660/?format=api"
        },
        {
            "id": "527ebf91-b3b0-4c40-8070-54d3fe2cd414",
            "gambit_id": "d2fdd60b-803e-4ddf-b65e-4566137dd7f8",
            "last_updated": "2022-08-07T11:07:12.748758-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Everton",
            "reward": "5.80000",
            "odds": "6.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc171a28-5044-4e4a-aade-4dcb538b8660/?format=api"
        }
    ]
}