GET /api/bet_types/6ee1510d-8ae6-4ab6-908c-f176ec6ad05c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6ee1510d-8ae6-4ab6-908c-f176ec6ad05c",
    "match": "https://api-prod.gambitprofit.com/api/matches/88f353d4-60bc-45cf-8287-11276a82a4c3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-06T10:08:01.957345-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Manchester United",
                "amount": 7211.0
            },
            {
                "team": "Draw",
                "amount": 2789.0
            }
        ],
        "expected_reward_tokens": 11321.27,
        "profit_sb": 1821.27,
        "profit_sb_percentage": 19.17,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester United",
                "amount": 5893.0
            },
            {
                "team": "Draw",
                "amount": 2279.0
            },
            {
                "team": "Brentford",
                "amount": 1828.0
            }
        ],
        "expected_reward_tokens": 9249.68,
        "profit_sb": -250.32,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "702bd3ab-9df0-4893-bbe0-e30e0a2ee31c",
            "gambit_id": "c5360f11-756b-4e85-83fe-754c38fd1f32",
            "last_updated": "2023-10-09T15:33:14.034023-04:00",
            "created_at": "2023-10-06T10:08:01.973160-04:00",
            "name": "Manchester United",
            "reward": "1.57000",
            "odds": "1.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ee1510d-8ae6-4ab6-908c-f176ec6ad05c/?format=api"
        },
        {
            "id": "177c9cde-d398-46a6-92f8-e9827d4c01e1",
            "gambit_id": "2fbdb1dc-32e8-4bb6-ad01-bee7f07c1cae",
            "last_updated": "2023-10-09T15:33:14.025184-04:00",
            "created_at": "2023-10-06T10:08:01.965360-04:00",
            "name": "Draw",
            "reward": "4.06000",
            "odds": "4.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ee1510d-8ae6-4ab6-908c-f176ec6ad05c/?format=api"
        },
        {
            "id": "7ba4b0e0-bffd-4d1e-90d7-d9566d091d0e",
            "gambit_id": "5ef76d17-4dcf-458c-a60d-01cc031c3c96",
            "last_updated": "2023-10-09T15:33:14.049970-04:00",
            "created_at": "2023-10-06T10:08:01.980403-04:00",
            "name": "Brentford",
            "reward": "5.06000",
            "odds": "5.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ee1510d-8ae6-4ab6-908c-f176ec6ad05c/?format=api"
        }
    ]
}