GET /api/bet_types/63f8414f-58cf-40fb-a7a1-1c90f591d211/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "63f8414f-58cf-40fb-a7a1-1c90f591d211",
    "match": "https://api-prod.gambitprofit.com/api/matches/1e23f8e2-3218-41ad-9f34-7c416232ea18/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-04T09:48:07.086952-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "TAM (A Civale)",
                "amount": 5325.0
            },
            {
                "team": "BOS (B Bello)",
                "amount": 4675.0
            }
        ],
        "expected_reward_tokens": 9583.75,
        "profit_sb": 83.75,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "3afcf6a1-bc50-43a4-bfec-a142a543e99a",
            "gambit_id": "e6700d1f-3cf3-476a-be92-735bebf0d43a",
            "last_updated": "2023-09-05T17:08:00.752235-04:00",
            "created_at": "2023-09-04T09:48:07.096410-04:00",
            "name": "TAM (A Civale)",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63f8414f-58cf-40fb-a7a1-1c90f591d211/?format=api"
        },
        {
            "id": "ea4ad066-4cd2-4a09-a61b-a004bdca1fdf",
            "gambit_id": "111cc336-7116-41a7-b38c-a939fc9ef31e",
            "last_updated": "2023-09-05T17:08:00.749041-04:00",
            "created_at": "2023-09-04T09:48:07.092102-04:00",
            "name": "BOS (B Bello)",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63f8414f-58cf-40fb-a7a1-1c90f591d211/?format=api"
        }
    ]
}