GET /api/bet_types/b0b0affa-00c3-40c7-9f63-84d2d5d37dd2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b0b0affa-00c3-40c7-9f63-84d2d5d37dd2",
    "match": "https://api-prod.gambitprofit.com/api/matches/d92d70d9-fc2b-47a6-9755-69a72df63270/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-03T10:18:13.563955-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": "Jacksonville Jaguars",
                "amount": 5000.0
            },
            {
                "team": "Buffalo Bills",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "00fa9f3b-fda1-414e-b58b-03167f5a5c8c",
            "gambit_id": "508e1119-8f86-4701-973b-322a58938b1b",
            "last_updated": "2023-10-09T15:53:13.788927-04:00",
            "created_at": "2023-10-03T10:18:13.569361-04:00",
            "name": "Jacksonville Jaguars",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0b0affa-00c3-40c7-9f63-84d2d5d37dd2/?format=api"
        },
        {
            "id": "f653742b-e86e-45d5-9682-fc6eec21442a",
            "gambit_id": "9595f4da-db3a-4585-97e2-5952248fdd0e",
            "last_updated": "2023-10-09T15:53:13.792195-04:00",
            "created_at": "2023-10-03T10:18:13.573678-04:00",
            "name": "Buffalo Bills",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0b0affa-00c3-40c7-9f63-84d2d5d37dd2/?format=api"
        }
    ]
}