GET /api/bet_types/78e9bf3f-58d5-481a-bc78-3d7286d6b40a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "78e9bf3f-58d5-481a-bc78-3d7286d6b40a",
    "match": "https://api-prod.gambitprofit.com/api/matches/7de88d5e-c31b-4539-9aef-ff25bbb73fd6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-18T09:16:53.030378-05: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": "Calgary Flames",
                "amount": 5703.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 4297.0
            }
        ],
        "expected_reward_tokens": 9581.04,
        "profit_sb": 81.04,
        "profit_sb_percentage": 0.85,
        "recommended": true
    },
    "lines": [
        {
            "id": "d2cbea2f-479c-4181-80fd-a34bad7a6de4",
            "gambit_id": "23ed8a30-7f5d-4fdb-aaf6-6780144370cf",
            "last_updated": "2023-01-19T09:37:18.455605-05:00",
            "created_at": "2023-01-18T09:16:53.031694-05:00",
            "name": "Calgary Flames",
            "reward": "1.68000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78e9bf3f-58d5-481a-bc78-3d7286d6b40a/?format=api"
        },
        {
            "id": "4e4cb0a4-dd74-4cab-9958-5cec0f3efcd6",
            "gambit_id": "a9f021da-19fd-430b-b259-3b034b28a0aa",
            "last_updated": "2023-01-19T09:37:18.456763-05:00",
            "created_at": "2023-01-18T09:16:53.033217-05:00",
            "name": "Colorado Avalanche",
            "reward": "2.23000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78e9bf3f-58d5-481a-bc78-3d7286d6b40a/?format=api"
        }
    ]
}