GET /api/bet_types/dbbbb339-30cd-4176-91ab-21d817c306ce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dbbbb339-30cd-4176-91ab-21d817c306ce",
    "match": "https://api-prod.gambitprofit.com/api/matches/12bec301-585c-481b-9b07-d11277e5953f/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Tampa Bay Lightning",
                "amount": 6534.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 3466.0
            }
        ],
        "expected_reward_tokens": 9080.92,
        "profit_sb": 80.92,
        "profit_sb_percentage": 0.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "9cb95c32-e255-4699-86ca-96393339f98c",
            "gambit_id": "7b8d1fd8-755b-4095-b225-020cdcb54a29",
            "last_updated": "2022-12-03T10:27:32.964989-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.39000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbbbb339-30cd-4176-91ab-21d817c306ce/?format=api"
        },
        {
            "id": "59f08919-5642-48f4-bbd5-35817b692d18",
            "gambit_id": "a9a8804b-9dc8-4f55-bf9d-225698a05bfa",
            "last_updated": "2022-12-03T10:27:32.963864-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Flyers",
            "reward": "2.62000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbbbb339-30cd-4176-91ab-21d817c306ce/?format=api"
        }
    ]
}