GET /api/bet_types/bddc7bf4-5030-4fed-b785-49e2d1159bf8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bddc7bf4-5030-4fed-b785-49e2d1159bf8",
    "match": "https://api-prod.gambitprofit.com/api/matches/f4ebbb6b-7a17-41b7-b892-7e64c3c1fb30/?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": 5521.0
            },
            {
                "team": "CLE",
                "amount": 4479.0
            }
        ],
        "expected_reward_tokens": 9495.48,
        "profit_sb": -4.52,
        "profit_sb_percentage": -0.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "f71584cc-c9f9-4bc0-a063-25b63ea716fb",
            "gambit_id": "5b54dd3d-c98a-4709-93fb-94e66594d489",
            "last_updated": "2022-10-06T10:17:06.800595-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN",
            "reward": "1.72000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bddc7bf4-5030-4fed-b785-49e2d1159bf8/?format=api"
        },
        {
            "id": "6fd4c593-6bd3-4bdb-815c-6d22affa2ac9",
            "gambit_id": "098bf66a-216f-48fd-95cd-45f722ac7054",
            "last_updated": "2022-10-06T10:17:06.799454-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE",
            "reward": "2.12000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bddc7bf4-5030-4fed-b785-49e2d1159bf8/?format=api"
        }
    ]
}