GET /api/bet_types/0c919bc4-ab1d-47eb-8656-2ef11b8eeb89/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0c919bc4-ab1d-47eb-8656-2ef11b8eeb89",
    "match": "https://api-prod.gambitprofit.com/api/matches/1bfa6a5c-aabd-410c-b50b-22166b4ba9b6/?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": "KAN",
                "amount": 5745.0
            },
            {
                "team": "CLE",
                "amount": 4255.0
            }
        ],
        "expected_reward_tokens": 9190.8,
        "profit_sb": 190.8,
        "profit_sb_percentage": 2.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "d6a5de5c-137c-4df4-88c5-3c090e53ad7f",
            "gambit_id": "101f0c1f-c615-4ad2-aad8-6e77ffbc981a",
            "last_updated": "2022-09-06T09:22:09.223760-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN",
            "reward": "1.60000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c919bc4-ab1d-47eb-8656-2ef11b8eeb89/?format=api"
        },
        {
            "id": "9c84a195-6e4c-4e7b-8cfa-916a6098e232",
            "gambit_id": "c3a5d227-4754-4f09-a241-98b56e12e2d3",
            "last_updated": "2022-09-06T09:22:09.225039-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE",
            "reward": "2.16000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c919bc4-ab1d-47eb-8656-2ef11b8eeb89/?format=api"
        }
    ]
}