GET /api/bet_types/c837ac3e-7c9d-401b-9462-31babc46d118/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c837ac3e-7c9d-401b-9462-31babc46d118",
    "match": "https://api-prod.gambitprofit.com/api/matches/e90936ce-4acc-442f-a70e-1c11ba18a621/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-20T09:58:16.519631-04: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": "Dallas Cowboys",
                "amount": 5000.0
            },
            {
                "team": "Arizona Cardinals",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f58078dc-f49e-44e0-aeec-a0649e5bcf90",
            "gambit_id": "bac91c05-6ea8-4833-abb0-64fa588636f5",
            "last_updated": "2023-09-26T09:03:32.991215-04:00",
            "created_at": "2023-09-20T09:58:16.523989-04:00",
            "name": "Dallas Cowboys",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c837ac3e-7c9d-401b-9462-31babc46d118/?format=api"
        },
        {
            "id": "2f1eb0d2-b34c-450a-9574-8b2042aefe0d",
            "gambit_id": "97c4dc4f-3106-4e30-adf5-a0179ff93196",
            "last_updated": "2023-09-26T09:03:32.994703-04:00",
            "created_at": "2023-09-20T09:58:16.528469-04:00",
            "name": "Arizona Cardinals",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c837ac3e-7c9d-401b-9462-31babc46d118/?format=api"
        }
    ]
}