GET /api/bet_types/fa049a45-937b-475d-b96c-4db8519db9ea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fa049a45-937b-475d-b96c-4db8519db9ea",
    "match": "https://api-prod.gambitprofit.com/api/matches/ae2cb490-4d02-4316-b3a8-c8c2ac2c4862/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-15T09:13:06.226503-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": "Charlotte Hornets",
                "amount": 5000.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "10121c03-0051-419f-a378-823190e0efd5",
            "gambit_id": "84e80ef3-3ec6-443e-b77f-a5ce47cbf91f",
            "last_updated": "2023-12-18T10:58:11.085876-05:00",
            "created_at": "2023-12-15T09:13:06.250420-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa049a45-937b-475d-b96c-4db8519db9ea/?format=api"
        },
        {
            "id": "fef9007d-ca10-4cd5-b98a-4f1987f28a4e",
            "gambit_id": "5263a7f6-bc7e-486d-9c07-58a7d36d1e09",
            "last_updated": "2023-12-18T10:58:11.082455-05:00",
            "created_at": "2023-12-15T09:13:06.234429-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa049a45-937b-475d-b96c-4db8519db9ea/?format=api"
        }
    ]
}