GET /api/bet_types/b069ea0d-73cc-43c0-b21c-ae004d298374/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b069ea0d-73cc-43c0-b21c-ae004d298374",
    "match": "https://api-prod.gambitprofit.com/api/matches/50f8b932-6fc4-4cc7-a820-c9cccbfc2054/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-20T10:03:19.366089-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": "Los Angeles Lakers",
                "amount": 5000.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "dbccf91e-4a27-47cb-b345-08853e20aabb",
            "gambit_id": "6ef2de87-6a08-4058-850e-bacf1630f4cf",
            "last_updated": "2023-12-21T10:48:25.789142-05:00",
            "created_at": "2023-12-20T10:03:19.369505-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b069ea0d-73cc-43c0-b21c-ae004d298374/?format=api"
        },
        {
            "id": "94bbd19a-ebf8-433a-bcbc-9b53266b30a1",
            "gambit_id": "f845ad3a-5c6d-4ad9-805c-486fae97f3dc",
            "last_updated": "2023-12-21T10:48:25.792763-05:00",
            "created_at": "2023-12-20T10:03:19.373942-05:00",
            "name": "Chicago Bulls",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b069ea0d-73cc-43c0-b21c-ae004d298374/?format=api"
        }
    ]
}