GET /api/bet_types/76b38fc1-974d-48a6-9b14-f0918f7de5a5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "76b38fc1-974d-48a6-9b14-f0918f7de5a5",
    "match": "https://api-prod.gambitprofit.com/api/matches/cd1dab58-23d0-4292-aabc-e229c9abee20/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-12T08:22:02.330775-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": "St Louis Blues",
                "amount": 6166.0
            },
            {
                "team": "Calgary Flames",
                "amount": 3834.0
            }
        ],
        "expected_reward_tokens": 9124.92,
        "profit_sb": 124.92,
        "profit_sb_percentage": 1.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "2fd36266-5b28-48b6-9f60-6f09e1ad852a",
            "gambit_id": "cfc375d9-d8ba-445e-a617-a3beb8b7c435",
            "last_updated": "2023-01-13T11:47:21.368955-05:00",
            "created_at": "2023-01-12T08:22:02.331914-05:00",
            "name": "St Louis Blues",
            "reward": "1.48000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76b38fc1-974d-48a6-9b14-f0918f7de5a5/?format=api"
        },
        {
            "id": "c19145ad-bda4-4033-add1-cd7192146d12",
            "gambit_id": "b5b9f75d-56b9-4029-8a8c-c6436b395b7c",
            "last_updated": "2023-01-13T11:47:21.370019-05:00",
            "created_at": "2023-01-12T08:22:02.333161-05:00",
            "name": "Calgary Flames",
            "reward": "2.38000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76b38fc1-974d-48a6-9b14-f0918f7de5a5/?format=api"
        }
    ]
}