GET /api/bet_types/a666ece0-927c-4e87-9f94-823deca92086/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a666ece0-927c-4e87-9f94-823deca92086",
    "match": "https://api-prod.gambitprofit.com/api/matches/23270835-98ae-4a5f-a1c5-368f3b8e4031/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-23T09:43:22.842710-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 Clippers",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "bb7e0f29-102f-4f65-a92f-b8df340e8055",
            "gambit_id": "9937935c-33b8-4f75-a791-b15f5782c03c",
            "last_updated": "2024-01-24T20:33:18.622940-05:00",
            "created_at": "2024-01-23T09:43:22.853384-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a666ece0-927c-4e87-9f94-823deca92086/?format=api"
        },
        {
            "id": "66325108-1047-42f9-8d50-7b4aa6a2231d",
            "gambit_id": "208c6416-fcf4-400e-ba4c-1e323e6c8ddc",
            "last_updated": "2024-01-24T20:33:18.619528-05:00",
            "created_at": "2024-01-23T09:43:22.847822-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a666ece0-927c-4e87-9f94-823deca92086/?format=api"
        }
    ]
}