GET /api/bet_types/ab9f35fb-6dce-487f-b382-2e749875494e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ab9f35fb-6dce-487f-b382-2e749875494e",
    "match": "https://api-prod.gambitprofit.com/api/matches/c10998f7-3486-4c09-9832-a6f45d7f14cc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-08T08:43:18.227659-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": "DET",
                "amount": 5000.0
            },
            {
                "team": "PHI",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2f91ad6b-dc18-42bc-9fd0-10f24179d766",
            "gambit_id": "a171eb63-5ace-4d09-94e0-30555cff5b97",
            "last_updated": "2023-06-10T13:43:10.003184-04:00",
            "created_at": "2023-06-08T08:43:18.229667-04:00",
            "name": "DET",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab9f35fb-6dce-487f-b382-2e749875494e/?format=api"
        },
        {
            "id": "101039e4-4961-4327-af51-affe96feebad",
            "gambit_id": "fba3f180-30c5-4424-9823-a9d2facaa648",
            "last_updated": "2023-06-10T13:43:10.006831-04:00",
            "created_at": "2023-06-08T08:43:18.231847-04:00",
            "name": "PHI",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab9f35fb-6dce-487f-b382-2e749875494e/?format=api"
        }
    ]
}