GET /api/bet_types/85841e1c-d840-49ed-9adc-203b3639abd8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "85841e1c-d840-49ed-9adc-203b3639abd8",
    "match": "https://api-prod.gambitprofit.com/api/matches/1d5bbc84-0a25-41ef-9167-13e655a753dc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-04T08:47:15.243230-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Aston Villa",
                "amount": 6431.0
            },
            {
                "team": "Draw",
                "amount": 3569.0
            }
        ],
        "expected_reward_tokens": 11704.42,
        "profit_sb": 2704.42,
        "profit_sb_percentage": 30.05,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Aston Villa",
                "amount": 4773.0
            },
            {
                "team": "Draw",
                "amount": 2649.0
            },
            {
                "team": "Wolverhampton Wanderers",
                "amount": 2578.0
            }
        ],
        "expected_reward_tokens": 8686.86,
        "profit_sb": -313.14,
        "profit_sb_percentage": -3.48,
        "recommended": false
    },
    "lines": [
        {
            "id": "ab2c8323-a41d-41df-9687-76b7de6865b7",
            "gambit_id": "431f6f78-e29d-4a1b-b8e2-8d562d0302cf",
            "last_updated": "2023-01-05T10:31:53.800739-05:00",
            "created_at": "2023-01-04T08:47:15.245806-05:00",
            "name": "Aston Villa",
            "reward": "1.82000",
            "odds": "1.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85841e1c-d840-49ed-9adc-203b3639abd8/?format=api"
        },
        {
            "id": "d375dcd6-6e75-432d-8f0b-a8aba72244a1",
            "gambit_id": "e742019d-f672-455d-96a8-32cf627fc632",
            "last_updated": "2023-01-05T10:31:53.801830-05:00",
            "created_at": "2023-01-04T08:47:15.247050-05:00",
            "name": "Draw",
            "reward": "3.28000",
            "odds": "3.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85841e1c-d840-49ed-9adc-203b3639abd8/?format=api"
        },
        {
            "id": "a2f80c85-bc12-4c27-8790-5393d23e0c0c",
            "gambit_id": "77675d77-603b-4a2f-ba77-0fff5f985cfb",
            "last_updated": "2023-01-05T10:31:53.799631-05:00",
            "created_at": "2023-01-04T08:47:15.244460-05:00",
            "name": "Wolverhampton Wanderers",
            "reward": "3.37000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85841e1c-d840-49ed-9adc-203b3639abd8/?format=api"
        }
    ]
}