GET /api/bet_types/87c73d34-557f-4094-b558-e4cfb25f8ca8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "87c73d34-557f-4094-b558-e4cfb25f8ca8",
    "match": "https://api-prod.gambitprofit.com/api/matches/26520d44-6c01-402f-b4f1-a30543f4bbb6/?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": "San Antonio Spurs",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "49ab0b35-2af4-4c59-986b-0e7056350030",
            "gambit_id": "7ac62202-1172-43f6-b6f7-7cf9e9d73b49",
            "last_updated": "2022-11-05T09:33:29.885320-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87c73d34-557f-4094-b558-e4cfb25f8ca8/?format=api"
        },
        {
            "id": "6f8602d0-4a50-46f5-99db-a72c721c0590",
            "gambit_id": "3fb164fc-72f8-4838-9230-435a072a4a0f",
            "last_updated": "2022-11-05T09:33:29.886437-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87c73d34-557f-4094-b558-e4cfb25f8ca8/?format=api"
        }
    ]
}