GET /api/bet_types/f55db7ab-9873-42f6-bf6c-03fe7be743e8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f55db7ab-9873-42f6-bf6c-03fe7be743e8",
    "match": "https://api-prod.gambitprofit.com/api/matches/6dcef361-e6b3-4667-a98d-ba81858584bf/?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": "South Carolina",
                "amount": 5000.0
            },
            {
                "team": "Florida",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "0977f7db-ac48-4815-985a-69f8bd471e9b",
            "gambit_id": "a275b81f-a238-4306-a60f-b27dc640c4f3",
            "last_updated": "2022-11-14T09:44:02.263022-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "South Carolina",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f55db7ab-9873-42f6-bf6c-03fe7be743e8/?format=api"
        },
        {
            "id": "afae55d8-6c8f-479c-a649-720483d1dca8",
            "gambit_id": "3cc669f8-d44b-4fc3-b681-30e1ec2c398b",
            "last_updated": "2022-11-14T09:44:02.261968-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f55db7ab-9873-42f6-bf6c-03fe7be743e8/?format=api"
        }
    ]
}