GET /api/bet_types/f6c3f873-5c72-4ca5-90ab-9aaf96cde313/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f6c3f873-5c72-4ca5-90ab-9aaf96cde313",
    "match": "https://api-prod.gambitprofit.com/api/matches/c3254582-b24c-4019-bf76-60348d68b984/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-11T09:32:13.767786-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": "Boston Bruins",
                "amount": 7525.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 2475.0
            }
        ],
        "expected_reward_tokens": 9479.25,
        "profit_sb": -20.75,
        "profit_sb_percentage": -0.22,
        "recommended": false
    },
    "lines": [
        {
            "id": "2c16e2f9-f808-4245-8884-24a4e12664ec",
            "gambit_id": "a9a45318-f3b7-46c7-a6b9-0c30e287958f",
            "last_updated": "2023-03-13T13:22:04.313378-04:00",
            "created_at": "2023-03-11T09:32:13.769072-05:00",
            "name": "Boston Bruins",
            "reward": "1.26000",
            "odds": "1.27030",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6c3f873-5c72-4ca5-90ab-9aaf96cde313/?format=api"
        },
        {
            "id": "17278dbd-a135-43cb-8fe5-eaa068f00211",
            "gambit_id": "1f8e0d09-86e7-4949-a76c-06570d1ef0bc",
            "last_updated": "2023-03-13T13:22:04.315740-04:00",
            "created_at": "2023-03-11T09:32:13.770464-05:00",
            "name": "Detroit Red Wings",
            "reward": "3.83000",
            "odds": "3.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6c3f873-5c72-4ca5-90ab-9aaf96cde313/?format=api"
        }
    ]
}