GET /api/bet_types/fd154b2a-65da-4627-af34-efc75e3cfe7a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fd154b2a-65da-4627-af34-efc75e3cfe7a",
    "match": "https://api-prod.gambitprofit.com/api/matches/ba34af71-0c13-4b66-be93-8b62c13436f4/?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": "LOS",
                "amount": 5000.0
            },
            {
                "team": "SDG",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "09987b0f-dd9e-432a-8aa1-adc7cc76ecad",
            "gambit_id": "bcaea3d2-aa76-4ddf-b2a9-a00c372259bd",
            "last_updated": "2022-09-05T10:11:59.123492-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd154b2a-65da-4627-af34-efc75e3cfe7a/?format=api"
        },
        {
            "id": "e4c41990-1060-430a-b755-3c9f10f7dfae",
            "gambit_id": "d46523c2-d3fc-401a-bf4e-5e7892f099ce",
            "last_updated": "2022-09-05T10:11:59.124618-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd154b2a-65da-4627-af34-efc75e3cfe7a/?format=api"
        }
    ]
}