GET /api/bet_types/46617a59-5ad5-44b9-b136-3400d3fa31af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "46617a59-5ad5-44b9-b136-3400d3fa31af",
    "match": "https://api-prod.gambitprofit.com/api/matches/407e7dd8-b7ef-46f3-b3af-a3674ca83a83/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-15T10:23:25.248432-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": "Nashville Predators",
                "amount": 6752.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 3248.0
            }
        ],
        "expected_reward_tokens": 9451.68,
        "profit_sb": -48.32,
        "profit_sb_percentage": -0.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "5d122a60-d5ee-478c-93a4-1fff3f57f11c",
            "gambit_id": "ae570ac3-2808-48da-90a2-5cdde0553655",
            "last_updated": "2024-01-17T22:18:10.548238-05:00",
            "created_at": "2024-01-15T10:23:25.251721-05:00",
            "name": "Nashville Predators",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46617a59-5ad5-44b9-b136-3400d3fa31af/?format=api"
        },
        {
            "id": "8b3769b3-0c44-462f-a062-77955eed56cd",
            "gambit_id": "0c41074f-2311-4c02-b7de-b26c9140b5c2",
            "last_updated": "2024-01-17T22:18:10.551600-05:00",
            "created_at": "2024-01-15T10:23:25.256440-05:00",
            "name": "Vegas Golden Knights",
            "reward": "2.91000",
            "odds": "3.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46617a59-5ad5-44b9-b136-3400d3fa31af/?format=api"
        }
    ]
}