GET /api/bet_types/2b6c096b-360c-4da6-b7bf-353285ccb217/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2b6c096b-360c-4da6-b7bf-353285ccb217",
    "match": "https://api-prod.gambitprofit.com/api/matches/634a36a5-f1f2-4d78-9c60-56b152e49661/?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": "Memphis Grizzlies",
                "amount": 5000.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "c09f34dc-485d-4645-85a5-bbc25e063660",
            "gambit_id": "eab2c754-1ccc-497d-9984-5d8b6a6ec4be",
            "last_updated": "2022-12-10T14:17:16.939915-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b6c096b-360c-4da6-b7bf-353285ccb217/?format=api"
        },
        {
            "id": "8696abad-e30e-48dc-89e4-241635a0f062",
            "gambit_id": "17a0fba3-2434-48b0-8f39-7540c1f31d32",
            "last_updated": "2022-12-10T14:17:16.941388-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Pistons",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b6c096b-360c-4da6-b7bf-353285ccb217/?format=api"
        }
    ]
}