GET /api/bet_types/44ad7d06-0921-4385-889f-dc5c2e5a5ecf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "44ad7d06-0921-4385-889f-dc5c2e5a5ecf",
    "match": "https://api-prod.gambitprofit.com/api/matches/f25e68a8-2950-4367-a86f-e81728bd1876/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-19T08:32:57.602684-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": "New York Rangers",
                "amount": 6314.0
            },
            {
                "team": "Nashville Predators",
                "amount": 3686.0
            }
        ],
        "expected_reward_tokens": 9471.0,
        "profit_sb": -29.0,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "6736d5ce-4623-4328-a429-e96d13f72ec2",
            "gambit_id": "75cf3e97-f98f-4f98-91db-cce8ae06d101",
            "last_updated": "2023-10-20T11:28:25.548842-04:00",
            "created_at": "2023-10-19T08:32:57.611476-04:00",
            "name": "New York Rangers",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44ad7d06-0921-4385-889f-dc5c2e5a5ecf/?format=api"
        },
        {
            "id": "5d1457a0-7c6c-40bd-8f51-063f23b18d4e",
            "gambit_id": "437794be-7505-486d-8bb6-6a9d5ce43902",
            "last_updated": "2023-10-20T11:28:25.544919-04:00",
            "created_at": "2023-10-19T08:32:57.606607-04:00",
            "name": "Nashville Predators",
            "reward": "2.57000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44ad7d06-0921-4385-889f-dc5c2e5a5ecf/?format=api"
        }
    ]
}