GET /api/bet_types/f2bfed9b-c888-434d-9285-ebf2f123d259/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f2bfed9b-c888-434d-9285-ebf2f123d259",
    "match": "https://api-prod.gambitprofit.com/api/matches/a83e6fef-7376-416e-bee3-537a8342de3b/?format=api",
    "name": "Play the Odds",
    "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": "Winnipeg Jets",
                "amount": 6816.0
            },
            {
                "team": "Dallas Stars",
                "amount": 3184.0
            }
        ],
        "expected_reward_tokens": 9201.6,
        "profit_sb": 201.6,
        "profit_sb_percentage": 2.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "89609973-42d8-4576-980b-3cccb44164e1",
            "gambit_id": "48380e3f-4940-4119-b5af-373e82cae0cb",
            "last_updated": "2022-11-09T09:37:27.843924-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.35000",
            "odds": "1.39220",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2bfed9b-c888-434d-9285-ebf2f123d259/?format=api"
        },
        {
            "id": "c5c746ef-625f-4d05-91ec-cc74b707b711",
            "gambit_id": "698385de-c1d6-48e7-87bd-ccab45b7c86d",
            "last_updated": "2022-11-09T09:37:27.844941-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Stars",
            "reward": "2.89000",
            "odds": "3.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2bfed9b-c888-434d-9285-ebf2f123d259/?format=api"
        }
    ]
}