GET /api/bet_types/91811e50-e1af-454b-959f-5be4cdfa256f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "91811e50-e1af-454b-959f-5be4cdfa256f",
    "match": "https://api-prod.gambitprofit.com/api/matches/df162e1d-8869-4643-9665-137460ceb45f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-23T09:07:02.195356-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": "New Orleans Pelicans",
                "amount": 5000.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "86b718dc-24f8-4f1a-9a09-673a9656673a",
            "gambit_id": "b7bf1077-92c2-4cf2-83cc-d40204bab18e",
            "last_updated": "2023-02-24T12:22:10.737494-05:00",
            "created_at": "2023-02-23T09:07:02.197895-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91811e50-e1af-454b-959f-5be4cdfa256f/?format=api"
        },
        {
            "id": "1620f491-c796-41fa-b8dc-918659108826",
            "gambit_id": "518d35ed-e41f-4643-9aa8-0a656844f6cf",
            "last_updated": "2023-02-24T12:22:10.736330-05:00",
            "created_at": "2023-02-23T09:07:02.196590-05:00",
            "name": "Toronto Raptors",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91811e50-e1af-454b-959f-5be4cdfa256f/?format=api"
        }
    ]
}