GET /api/bet_types/377d6450-6885-4681-a7b6-cae7c5227157/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "377d6450-6885-4681-a7b6-cae7c5227157",
    "match": "https://api-prod.gambitprofit.com/api/matches/1e40d70e-d2c7-41d7-b089-3d3d75240c22/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-28T12:37:02.010365-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Liverpool",
                "amount": 7395.0
            },
            {
                "team": "Draw",
                "amount": 2605.0
            }
        ],
        "expected_reward_tokens": 11018.55,
        "profit_sb": 1518.55,
        "profit_sb_percentage": 15.98,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Liverpool",
                "amount": 6262.0
            },
            {
                "team": "Draw",
                "amount": 2206.0
            },
            {
                "team": "Wolverhampton Wanderers",
                "amount": 1532.0
            }
        ],
        "expected_reward_tokens": 9329.88,
        "profit_sb": -170.12,
        "profit_sb_percentage": -1.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "b102f2ce-1d03-41b8-85a1-3a3493f25caf",
            "gambit_id": "bd1ce9bb-9b5a-4ce6-8cf9-f8507fa2b57a",
            "last_updated": "2023-03-02T07:37:05.248009-05:00",
            "created_at": "2023-02-28T12:37:02.012777-05:00",
            "name": "Liverpool",
            "reward": "1.49000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/377d6450-6885-4681-a7b6-cae7c5227157/?format=api"
        },
        {
            "id": "6e190c88-6ad2-4f52-96d0-5916fedc7d6b",
            "gambit_id": "df44ce29-6afa-4734-a4e9-eec1edc09268",
            "last_updated": "2023-03-02T07:37:05.249237-05:00",
            "created_at": "2023-02-28T12:37:02.013984-05:00",
            "name": "Draw",
            "reward": "4.23000",
            "odds": "4.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/377d6450-6885-4681-a7b6-cae7c5227157/?format=api"
        },
        {
            "id": "7ec36e1d-4e35-44ae-93bf-c830c277bb49",
            "gambit_id": "f7fc50a9-fa4a-4890-9028-c06accdf0e76",
            "last_updated": "2023-03-02T07:37:05.246764-05:00",
            "created_at": "2023-02-28T12:37:02.011538-05:00",
            "name": "Wolverhampton Wanderers",
            "reward": "6.09000",
            "odds": "6.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/377d6450-6885-4681-a7b6-cae7c5227157/?format=api"
        }
    ]
}