GET /api/bet_types/5d03919f-90e4-412c-b05f-55d4d316e614/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5d03919f-90e4-412c-b05f-55d4d316e614",
    "match": "https://api-prod.gambitprofit.com/api/matches/5a9c430f-d248-4c57-a4d4-8fda4b876cb0/?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": 5829.0
            },
            {
                "team": "MIN",
                "amount": 4171.0
            }
        ],
        "expected_reward_tokens": 9092.78,
        "profit_sb": 92.78,
        "profit_sb_percentage": 1.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "15cce7ec-8dd6-48ca-a7c6-c7f825c1cca8",
            "gambit_id": "9b01a420-c5ce-44b2-b94e-45298673fa73",
            "last_updated": "2022-09-23T10:22:09.356969-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN",
            "reward": "1.56000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d03919f-90e4-412c-b05f-55d4d316e614/?format=api"
        },
        {
            "id": "8f07a9e2-9147-4e06-b5dc-822b0f4540ca",
            "gambit_id": "5a891447-e43e-4610-a441-bfa43ef7faf7",
            "last_updated": "2022-09-23T10:22:09.357946-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN",
            "reward": "2.18000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d03919f-90e4-412c-b05f-55d4d316e614/?format=api"
        }
    ]
}