GET /api/bet_types/2f13b15d-ee17-4b00-801c-58b1940f495c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2f13b15d-ee17-4b00-801c-58b1940f495c",
    "match": "https://api-prod.gambitprofit.com/api/matches/a9069d7d-e1c1-4234-bb41-cf8d6bbd31f1/?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": 5304.0
            },
            {
                "team": "MIN",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "bf4aa65f-6751-4ab9-bc43-4ff6e6df576c",
            "gambit_id": "aceec65a-bdcc-46ae-ba4f-c5187fd03d67",
            "last_updated": "2022-09-15T11:07:08.218714-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f13b15d-ee17-4b00-801c-58b1940f495c/?format=api"
        },
        {
            "id": "ece8be54-a092-4b2c-a7ed-e43ac449e1c8",
            "gambit_id": "3978f29c-de15-4b89-b3c6-8c4973cb2817",
            "last_updated": "2022-09-15T11:07:08.217659-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f13b15d-ee17-4b00-801c-58b1940f495c/?format=api"
        }
    ]
}