GET /api/bet_types/2421c7e6-3bad-4b1d-8f02-7d176e9a1ee3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2421c7e6-3bad-4b1d-8f02-7d176e9a1ee3",
    "match": "https://api-prod.gambitprofit.com/api/matches/14ed438b-1182-47a0-9ee3-b66ff74f4ae8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-05T09:22:23.972148-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": "Memphis Grizzlies",
                "amount": 5000.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d881838b-9e28-4007-9d22-48801b2b0f73",
            "gambit_id": "9a6b3509-0d41-4938-a4c2-2b462fc3c25b",
            "last_updated": "2023-04-06T21:26:56.450582-04:00",
            "created_at": "2023-04-05T09:22:23.978660-04:00",
            "name": "Memphis Grizzlies",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2421c7e6-3bad-4b1d-8f02-7d176e9a1ee3/?format=api"
        },
        {
            "id": "3fa60da0-4a8f-4726-a611-c6e5217f1543",
            "gambit_id": "0a28fe2d-c897-44b7-a865-eb11a75ff809",
            "last_updated": "2023-04-06T21:26:56.448571-04:00",
            "created_at": "2023-04-05T09:22:23.975347-04:00",
            "name": "New Orleans Pelicans",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2421c7e6-3bad-4b1d-8f02-7d176e9a1ee3/?format=api"
        }
    ]
}