GET /api/bet_types/de27636a-33dc-43ef-acc5-bb7b6a2e89c0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "de27636a-33dc-43ef-acc5-bb7b6a2e89c0",
    "match": "https://api-prod.gambitprofit.com/api/matches/f9040900-cd6e-4523-b683-416cd00fa1a2/?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": "Buffalo Sabres",
                "amount": 6235.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 3765.0
            }
        ],
        "expected_reward_tokens": 9600.75,
        "profit_sb": 100.75,
        "profit_sb_percentage": 1.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "a622984c-fbbd-412a-ae91-122be06888f0",
            "gambit_id": "f69f17f9-434f-41fb-8382-aa12d87ee191",
            "last_updated": "2022-10-24T10:07:06.733491-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.54000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de27636a-33dc-43ef-acc5-bb7b6a2e89c0/?format=api"
        },
        {
            "id": "8edb8e68-eb8e-4c60-a40e-7b159c7ee167",
            "gambit_id": "8df5ea5f-6065-44c0-ad97-0d6b0fdc8a1f",
            "last_updated": "2022-10-24T10:07:06.732458-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Canucks",
            "reward": "2.55000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de27636a-33dc-43ef-acc5-bb7b6a2e89c0/?format=api"
        }
    ]
}