GET /api/bet_types/b5e88182-e6c3-4d33-a939-709efcc4eb2c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b5e88182-e6c3-4d33-a939-709efcc4eb2c",
    "match": "https://api-prod.gambitprofit.com/api/matches/044220c1-5af3-4179-9887-3109b6b04767/?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": "Florida Panthers",
                "amount": 6401.0
            },
            {
                "team": "New York Islanders",
                "amount": 3599.0
            }
        ],
        "expected_reward_tokens": 9537.35,
        "profit_sb": 37.35,
        "profit_sb_percentage": 0.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "97086619-fb5d-4818-85ec-6ca0158ed3aa",
            "gambit_id": "ab8f0518-896c-43ea-9770-cec32eeac8d7",
            "last_updated": "2022-10-24T11:56:49.404417-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Panthers",
            "reward": "1.49000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5e88182-e6c3-4d33-a939-709efcc4eb2c/?format=api"
        },
        {
            "id": "51417008-178e-41a9-a937-c4bb51ae455c",
            "gambit_id": "87f242d0-9aed-46c1-a749-295b3916c505",
            "last_updated": "2022-10-24T11:56:49.405393-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Islanders",
            "reward": "2.65000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5e88182-e6c3-4d33-a939-709efcc4eb2c/?format=api"
        }
    ]
}