GET /api/bet_types/a4589eba-521f-49e7-aabd-526769998bb1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a4589eba-521f-49e7-aabd-526769998bb1",
    "match": "https://api-prod.gambitprofit.com/api/matches/311f0742-3914-40f8-88d7-7aad539fa2ab/?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": "Indiana Pacers",
                "amount": 5000.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "6d74589e-abfd-4321-af9d-152fd7a1cafa",
            "gambit_id": "0e7b89b0-7aea-4b90-b94e-e4c67f19572d",
            "last_updated": "2022-12-12T09:42:33.044544-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indiana Pacers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4589eba-521f-49e7-aabd-526769998bb1/?format=api"
        },
        {
            "id": "4a3e4ffe-0811-4577-933c-c0338dc2154d",
            "gambit_id": "af929e10-50c0-477c-83fb-13ae13dff971",
            "last_updated": "2022-12-12T09:42:33.046130-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4589eba-521f-49e7-aabd-526769998bb1/?format=api"
        }
    ]
}