GET /api/bet_types/92bda31f-a41f-47a6-99e1-a8f524e116e8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "92bda31f-a41f-47a6-99e1-a8f524e116e8",
    "match": "https://api-prod.gambitprofit.com/api/matches/5fd34919-13ac-4f71-b068-f26bfc90b709/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-13T12:58:22.129626-04: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": "Seattle Mariners",
                "amount": 5773.0
            },
            {
                "team": "Los Angeles Angels",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "e5c22f8f-43ec-477e-9633-d866beba4c43",
            "gambit_id": "1b242f0a-e6f3-4676-a09a-6bb1cd2008d2",
            "last_updated": "2023-09-15T10:23:23.794377-04:00",
            "created_at": "2023-09-13T12:58:22.137430-04:00",
            "name": "Seattle Mariners",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92bda31f-a41f-47a6-99e1-a8f524e116e8/?format=api"
        },
        {
            "id": "26d41eb2-ea64-4d83-9ca8-29e69cd18f65",
            "gambit_id": "af947e89-d41c-4f33-8616-51822544a161",
            "last_updated": "2023-09-15T10:23:23.791028-04:00",
            "created_at": "2023-09-13T12:58:22.133596-04:00",
            "name": "Los Angeles Angels",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92bda31f-a41f-47a6-99e1-a8f524e116e8/?format=api"
        }
    ]
}