GET /api/bet_types/aafee8a2-6519-47fa-be82-28b9bde4ed29/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aafee8a2-6519-47fa-be82-28b9bde4ed29",
    "match": "https://api-prod.gambitprofit.com/api/matches/e53c844c-8bc7-4804-a5c6-aa28491fa1e6/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "South Korea",
                "amount": 5091.0
            },
            {
                "team": "Ghana",
                "amount": 4909.0
            }
        ],
        "expected_reward_tokens": 12419.77,
        "profit_sb": 3419.77,
        "profit_sb_percentage": 38.0,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "South Korea",
                "amount": 3507.0
            },
            {
                "team": "Ghana",
                "amount": 3382.0
            },
            {
                "team": "Draw",
                "amount": 3111.0
            }
        ],
        "expected_reward_tokens": 8555.25,
        "profit_sb": -444.75,
        "profit_sb_percentage": -4.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "a7e251d6-3e05-4cb8-8b60-086aca209a6c",
            "gambit_id": "4b3d5df2-f7ca-4ce9-accd-2254c9b8d179",
            "last_updated": "2022-11-29T10:32:09.914390-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "South Korea",
            "reward": "2.44000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aafee8a2-6519-47fa-be82-28b9bde4ed29/?format=api"
        },
        {
            "id": "ce7b2933-7d58-4da9-8cc5-a096c93702ad",
            "gambit_id": "9bcf3cfc-7328-4f54-8782-4bf7f60f1b87",
            "last_updated": "2022-11-29T10:32:09.913408-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ghana",
            "reward": "2.53000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aafee8a2-6519-47fa-be82-28b9bde4ed29/?format=api"
        },
        {
            "id": "218e17c8-200f-449f-b84e-5ad25178a4d6",
            "gambit_id": "0a3b2dce-ed52-4c1f-a776-2adec7c62da4",
            "last_updated": "2022-11-29T10:32:09.912411-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "2.75000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aafee8a2-6519-47fa-be82-28b9bde4ed29/?format=api"
        }
    ]
}