GET /api/bet_types/845c8db1-4091-4877-aa7f-1ac38ee1c2b6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "845c8db1-4091-4877-aa7f-1ac38ee1c2b6",
    "match": "https://api-prod.gambitprofit.com/api/matches/c32bbfa0-f8b2-442c-9d6a-f6b279ef1091/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-19T15:32:01.832753-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": "Arizona Coyotes",
                "amount": 5419.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 4581.0
            }
        ],
        "expected_reward_tokens": 9482.67,
        "profit_sb": -17.33,
        "profit_sb_percentage": -0.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "11b293cc-841d-4257-9539-256f48af3a57",
            "gambit_id": "91567b51-d02e-4c3c-b81c-662a4bb325bf",
            "last_updated": "2023-02-20T09:46:56.421787-05:00",
            "created_at": "2023-02-19T15:32:01.833978-05:00",
            "name": "Arizona Coyotes",
            "reward": "1.75000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/845c8db1-4091-4877-aa7f-1ac38ee1c2b6/?format=api"
        },
        {
            "id": "bcfe7789-e874-4338-869d-7b2e97bfdc51",
            "gambit_id": "d652809c-59e3-4c57-8bf8-120a3266ef80",
            "last_updated": "2023-02-20T09:46:56.422975-05:00",
            "created_at": "2023-02-19T15:32:01.835258-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "2.07000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/845c8db1-4091-4877-aa7f-1ac38ee1c2b6/?format=api"
        }
    ]
}