GET /api/bet_types/80ecb628-8cec-48f6-8cf1-f3853a99afc0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "80ecb628-8cec-48f6-8cf1-f3853a99afc0",
    "match": "https://api-prod.gambitprofit.com/api/matches/5bc004b4-1af1-4c4f-b388-f52b46849c56/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-12T09:48:15.233706-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": "Memphis Grizzlies",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "5799e083-75df-40f5-b821-2ad3f5868bed",
            "gambit_id": "25aec5f8-d176-402c-8de7-de8ed6cad468",
            "last_updated": "2024-01-15T10:03:22.306898-05:00",
            "created_at": "2024-01-12T09:48:15.243068-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80ecb628-8cec-48f6-8cf1-f3853a99afc0/?format=api"
        },
        {
            "id": "015ca934-b361-4df4-818d-456a992bf1d2",
            "gambit_id": "97da0ef7-b9a1-4ba3-bcc5-c40d068f17b8",
            "last_updated": "2024-01-15T10:03:22.295850-05:00",
            "created_at": "2024-01-12T09:48:15.238289-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80ecb628-8cec-48f6-8cf1-f3853a99afc0/?format=api"
        }
    ]
}