GET /api/bet_types/dc1f5cd6-b10a-4740-a89c-ac964553ef70/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dc1f5cd6-b10a-4740-a89c-ac964553ef70",
    "match": "https://api-prod.gambitprofit.com/api/matches/fa390eec-a431-4378-81ae-f062ca7b17bf/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-21T09:13:07.580690-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": "San Jose Sharks",
                "amount": 6232.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "71c58508-4167-41c3-a141-9899f4db1866",
            "gambit_id": "d8da3de4-8b2d-475c-afdf-cab019187a39",
            "last_updated": "2023-12-23T14:48:20.631109-05:00",
            "created_at": "2023-12-21T09:13:07.589663-05:00",
            "name": "San Jose Sharks",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc1f5cd6-b10a-4740-a89c-ac964553ef70/?format=api"
        },
        {
            "id": "3c16d40e-e990-4bda-a740-3c59ba30ff79",
            "gambit_id": "a01cf3b9-728e-4ffb-9329-be5c2575e82c",
            "last_updated": "2023-12-23T14:48:20.627776-05:00",
            "created_at": "2023-12-21T09:13:07.584842-05:00",
            "name": "Arizona Coyotes",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc1f5cd6-b10a-4740-a89c-ac964553ef70/?format=api"
        }
    ]
}