GET /api/bet_types/6cea2369-7ac3-454a-a297-f86949ed0d14/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6cea2369-7ac3-454a-a297-f86949ed0d14",
    "match": "https://api-prod.gambitprofit.com/api/matches/9568c4e0-f209-4d8a-8b95-d70e19ff2b83/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-12T09:53:15.292951-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Burnley",
                "amount": 6161.0
            },
            {
                "team": "Draw",
                "amount": 3839.0
            }
        ],
        "expected_reward_tokens": 12630.05,
        "profit_sb": 3130.05,
        "profit_sb_percentage": 32.95,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Burnley",
                "amount": 4489.0
            },
            {
                "team": "Draw",
                "amount": 2797.0
            },
            {
                "team": "Luton Town",
                "amount": 2714.0
            }
        ],
        "expected_reward_tokens": 9200.46,
        "profit_sb": -299.54,
        "profit_sb_percentage": -3.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "a8523495-c816-442a-bf9a-0444c2b5ea9a",
            "gambit_id": "39fe1500-1765-4f5e-8bea-9dd8c4c82b9d",
            "last_updated": "2024-01-17T22:38:11.906019-05:00",
            "created_at": "2024-01-12T09:53:15.299504-05:00",
            "name": "Burnley",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cea2369-7ac3-454a-a297-f86949ed0d14/?format=api"
        },
        {
            "id": "ca40e2a9-f830-425c-b9dd-4ef91dc5dee3",
            "gambit_id": "3004b11e-f0c1-48c5-8855-6880dd912d1b",
            "last_updated": "2024-01-17T22:38:11.912711-05:00",
            "created_at": "2024-01-12T09:53:15.304788-05:00",
            "name": "Draw",
            "reward": "3.29000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cea2369-7ac3-454a-a297-f86949ed0d14/?format=api"
        },
        {
            "id": "0685e61f-83ea-413f-a52d-5f9f7fc10886",
            "gambit_id": "e99a4c86-3f88-4670-b46a-dcabbfa41376",
            "last_updated": "2024-01-17T22:38:11.916020-05:00",
            "created_at": "2024-01-12T09:53:15.309094-05:00",
            "name": "Luton Town",
            "reward": "3.39000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cea2369-7ac3-454a-a297-f86949ed0d14/?format=api"
        }
    ]
}