GET /api/bet_types/69feee12-638d-4866-bd32-2f4a853a734b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "69feee12-638d-4866-bd32-2f4a853a734b",
    "match": "https://api-prod.gambitprofit.com/api/matches/5467f72e-733b-43af-9221-9ff36500232b/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Old Dominion",
                "amount": 5000.0
            },
            {
                "team": "Liberty",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": -250.0,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "ab004b34-7328-4b9b-b373-319642abca24",
            "gambit_id": "7438217d-3a43-436c-a606-8a7f7a07bbbf",
            "last_updated": "2022-10-03T11:02:20.669064-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Old Dominion",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69feee12-638d-4866-bd32-2f4a853a734b/?format=api"
        },
        {
            "id": "60123df1-1d5f-4f27-9fff-8f1483195329",
            "gambit_id": "21eadcd7-a3a5-4fd2-8e54-b8fa481f0739",
            "last_updated": "2022-10-03T11:02:20.670101-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Liberty",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69feee12-638d-4866-bd32-2f4a853a734b/?format=api"
        }
    ]
}