GET /api/bet_types/1127d4d7-0f7b-4fde-9cfb-21b2b443408a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1127d4d7-0f7b-4fde-9cfb-21b2b443408a",
    "match": "https://api-prod.gambitprofit.com/api/matches/67c3c3b3-aa75-46e8-a31b-59b6ea2286ad/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-08T08:28:07.777609-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": "ATL",
                "amount": 5000.0
            },
            {
                "team": "PIT",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a0a49e5a-e362-4e69-b952-0a1caabc2fa4",
            "gambit_id": "a57cfc1d-8c71-4ec6-8fe4-3441b5ad46b2",
            "last_updated": "2023-08-10T10:23:25.021221-04:00",
            "created_at": "2023-08-08T08:28:07.782980-04:00",
            "name": "ATL",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1127d4d7-0f7b-4fde-9cfb-21b2b443408a/?format=api"
        },
        {
            "id": "9e700b01-30cc-4eb0-be4a-d05c238d4479",
            "gambit_id": "f29ce17e-2d32-4e2d-94d7-548e0002cf1a",
            "last_updated": "2023-08-10T10:23:25.024836-04:00",
            "created_at": "2023-08-08T08:28:07.787583-04:00",
            "name": "PIT",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1127d4d7-0f7b-4fde-9cfb-21b2b443408a/?format=api"
        }
    ]
}