GET /api/bet_types/1b7786b9-d27f-426d-9193-0c66c5184f8e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1b7786b9-d27f-426d-9193-0c66c5184f8e",
    "match": "https://api-prod.gambitprofit.com/api/matches/ff0c4666-33e4-4aa0-857c-985d86591fd5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-27T09:18:10.731748-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": "Utah Jazz",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "32221028-bc6a-4081-a466-1b977277faad",
            "gambit_id": "b45643c3-6b32-4493-955d-9ae2c427a918",
            "last_updated": "2023-11-28T21:43:01.671761-05:00",
            "created_at": "2023-11-27T09:18:10.735890-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b7786b9-d27f-426d-9193-0c66c5184f8e/?format=api"
        },
        {
            "id": "fc87a84d-fda6-46cc-885c-e1caa6225163",
            "gambit_id": "574d0344-6f6b-4a20-ac14-cef5dab2dc60",
            "last_updated": "2023-11-28T21:43:01.675735-05:00",
            "created_at": "2023-11-27T09:18:10.741147-05:00",
            "name": "Utah Jazz",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b7786b9-d27f-426d-9193-0c66c5184f8e/?format=api"
        }
    ]
}