GET /api/bet_types/2d6328e6-6daa-49c0-993b-582964da9988/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2d6328e6-6daa-49c0-993b-582964da9988",
    "match": "https://api-prod.gambitprofit.com/api/matches/062e4341-edc1-4979-940b-b9b71aa1197a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-10T09:43:12.161291-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": "Vegas Golden Knights",
                "amount": 5000.0
            },
            {
                "team": "Florida Panthers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "55e2eb4b-e7b6-4ac7-bcf4-340484b8504d",
            "gambit_id": "1ebd69b6-60ed-47d1-bb3d-2ada95cf6e55",
            "last_updated": "2023-06-11T10:58:23.039182-04:00",
            "created_at": "2023-06-10T09:43:12.164155-04:00",
            "name": "Vegas Golden Knights",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d6328e6-6daa-49c0-993b-582964da9988/?format=api"
        },
        {
            "id": "1fe66b7a-f6d2-469a-8f8f-b9935f4ab5d3",
            "gambit_id": "de8d29ea-9658-4f55-ab85-5e239871ad2a",
            "last_updated": "2023-06-11T10:58:23.042161-04:00",
            "created_at": "2023-06-10T09:43:12.171548-04:00",
            "name": "Florida Panthers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d6328e6-6daa-49c0-993b-582964da9988/?format=api"
        }
    ]
}