GET /api/bet_types/5f46975d-0e36-46c0-ba13-a15601f6f3bb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5f46975d-0e36-46c0-ba13-a15601f6f3bb",
    "match": "https://api-prod.gambitprofit.com/api/matches/8c38eef2-3463-4da6-bc69-dbd2ffe577c5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-12T10:03:17.775156-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": 7088.0
            },
            {
                "team": "Draw",
                "amount": 2912.0
            }
        ],
        "expected_reward_tokens": 11269.44,
        "profit_sb": 1769.44,
        "profit_sb_percentage": 18.63,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Chelsea",
                "amount": 5797.0
            },
            {
                "team": "Draw",
                "amount": 2382.0
            },
            {
                "team": "Fulham",
                "amount": 1822.0
            }
        ],
        "expected_reward_tokens": 9217.23,
        "profit_sb": -282.77,
        "profit_sb_percentage": -2.98,
        "recommended": false
    },
    "lines": [
        {
            "id": "c2ed4f3e-1a11-4e7c-890e-c75c72162975",
            "gambit_id": "311e5455-7bae-43d3-be32-0e75abaef87a",
            "last_updated": "2024-01-17T22:38:12.359370-05:00",
            "created_at": "2024-01-12T10:03:17.787931-05:00",
            "name": "Chelsea",
            "reward": "1.59000",
            "odds": "1.62000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f46975d-0e36-46c0-ba13-a15601f6f3bb/?format=api"
        },
        {
            "id": "523cf11b-8eb3-4b60-8106-da992fd07a73",
            "gambit_id": "a93c5c5d-2878-477e-a18e-f5080a9e7d23",
            "last_updated": "2024-01-17T22:38:12.355916-05:00",
            "created_at": "2024-01-12T10:03:17.783564-05:00",
            "name": "Draw",
            "reward": "3.87000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f46975d-0e36-46c0-ba13-a15601f6f3bb/?format=api"
        },
        {
            "id": "be0139d9-85a5-4aed-ab37-bcebb1f9fb57",
            "gambit_id": "f0b583ca-3ce4-4b89-9c14-616f1b1ebc36",
            "last_updated": "2024-01-17T22:38:12.362801-05:00",
            "created_at": "2024-01-12T10:03:17.792136-05:00",
            "name": "Fulham",
            "reward": "5.06000",
            "odds": "5.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f46975d-0e36-46c0-ba13-a15601f6f3bb/?format=api"
        }
    ]
}