GET /api/bet_types/61ef4664-9500-4352-aa3c-cb849e34f00f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "61ef4664-9500-4352-aa3c-cb849e34f00f",
    "match": "https://api-prod.gambitprofit.com/api/matches/f6b3b68a-1b65-46eb-aebe-ebf5df78ccc4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-14T08:26:58.022718-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": "Atlanta Hawks",
                "amount": 5000.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "092a8676-533f-4d5c-b092-0777791556cd",
            "gambit_id": "1e19da32-7eb3-4ddb-890f-ddde1e31ca07",
            "last_updated": "2023-01-15T15:32:18.883719-05:00",
            "created_at": "2023-01-14T08:26:58.028914-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61ef4664-9500-4352-aa3c-cb849e34f00f/?format=api"
        },
        {
            "id": "7182494d-5f95-49ab-81b7-e20768edab41",
            "gambit_id": "e2d4f35b-8cc9-4187-8945-e27ea16f292d",
            "last_updated": "2023-01-15T15:32:18.881515-05:00",
            "created_at": "2023-01-14T08:26:58.025795-05:00",
            "name": "Toronto Raptors",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61ef4664-9500-4352-aa3c-cb849e34f00f/?format=api"
        }
    ]
}