GET /api/bet_types/d540c2a6-62ff-4acd-9cb4-bfb27b1d3447/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d540c2a6-62ff-4acd-9cb4-bfb27b1d3447",
    "match": "https://api-prod.gambitprofit.com/api/matches/3b18eb66-6e21-4dbd-990f-c3570c181818/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-16T09:52:12.461234-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": "Pittsburgh Penguins",
                "amount": 7249.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 2751.0
            }
        ],
        "expected_reward_tokens": 9133.32,
        "profit_sb": 133.32,
        "profit_sb_percentage": 1.48,
        "recommended": true
    },
    "lines": [
        {
            "id": "282dd250-21c6-4661-bd7b-9bbab2cedcc8",
            "gambit_id": "d3588bf0-06b4-48ba-b368-c1e4bde8f705",
            "last_updated": "2023-01-17T11:22:13.844859-05:00",
            "created_at": "2023-01-16T09:52:12.467322-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.26000",
            "odds": "1.30300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d540c2a6-62ff-4acd-9cb4-bfb27b1d3447/?format=api"
        },
        {
            "id": "00838179-662c-40d1-b994-c409cee13c37",
            "gambit_id": "8db3f19f-5ba9-41aa-b497-de3be3c3e195",
            "last_updated": "2023-01-17T11:22:13.843277-05:00",
            "created_at": "2023-01-16T09:52:12.464162-05:00",
            "name": "Anaheim Ducks",
            "reward": "3.32000",
            "odds": "3.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d540c2a6-62ff-4acd-9cb4-bfb27b1d3447/?format=api"
        }
    ]
}