GET /api/bet_types/3c337f14-ccb0-48ea-8a21-1cf48c8cce59/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3c337f14-ccb0-48ea-8a21-1cf48c8cce59",
    "match": "https://api-prod.gambitprofit.com/api/matches/1fb1f7d3-5713-415e-a87f-0cfdcd62caf2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-26T12:02:10.668183-04: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": 6604.0
            },
            {
                "team": "Draw",
                "amount": 3396.0
            }
        ],
        "expected_reward_tokens": 11886.0,
        "profit_sb": 2386.0,
        "profit_sb_percentage": 25.12,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Chelsea",
                "amount": 5163.0
            },
            {
                "team": "Draw",
                "amount": 2655.0
            },
            {
                "team": "Brentford",
                "amount": 2182.0
            }
        ],
        "expected_reward_tokens": 9292.5,
        "profit_sb": -207.5,
        "profit_sb_percentage": -2.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "24b04820-3d71-4ea6-9a9c-a98c98f0c31f",
            "gambit_id": "0e426aa7-11df-4220-b207-45992d23a1db",
            "last_updated": "2023-04-27T11:52:08.814379-04:00",
            "created_at": "2023-04-26T12:02:10.672166-04:00",
            "name": "Chelsea",
            "reward": "1.80000",
            "odds": "1.83000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c337f14-ccb0-48ea-8a21-1cf48c8cce59/?format=api"
        },
        {
            "id": "92928b10-d4b6-4f5f-97c2-96041e2c764b",
            "gambit_id": "7204ab8c-149c-4fb9-8d50-b5fd34ab1b17",
            "last_updated": "2023-04-27T11:52:08.818319-04:00",
            "created_at": "2023-04-26T12:02:10.673955-04:00",
            "name": "Draw",
            "reward": "3.50000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c337f14-ccb0-48ea-8a21-1cf48c8cce59/?format=api"
        },
        {
            "id": "b86766b4-947f-4633-a525-197ed83e5e21",
            "gambit_id": "ecd55912-5340-4cf6-9ae2-e70f4c795dd5",
            "last_updated": "2023-04-27T11:52:08.800439-04:00",
            "created_at": "2023-04-26T12:02:10.670239-04:00",
            "name": "Brentford",
            "reward": "4.26000",
            "odds": "4.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c337f14-ccb0-48ea-8a21-1cf48c8cce59/?format=api"
        }
    ]
}