GET /api/bet_types/4803ec80-6aa9-4ec1-afea-c2be11ae9305/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4803ec80-6aa9-4ec1-afea-c2be11ae9305",
    "match": "https://api-prod.gambitprofit.com/api/matches/ce4db0da-e64f-4121-9333-2a44d902ddfd/?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": "SFO",
                "amount": 5831.0
            },
            {
                "team": "PHI",
                "amount": 4169.0
            }
        ],
        "expected_reward_tokens": 9212.98,
        "profit_sb": 212.98,
        "profit_sb_percentage": 2.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "2304db49-46c7-46de-a5bd-6a1734d1bdfc",
            "gambit_id": "f7db97dd-7baf-4437-a816-053725d304c4",
            "last_updated": "2022-09-05T10:27:04.102820-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO",
            "reward": "1.58000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4803ec80-6aa9-4ec1-afea-c2be11ae9305/?format=api"
        },
        {
            "id": "cc98d909-0dda-4549-a2a6-d2dc3a4399e8",
            "gambit_id": "0ab5af64-555b-4f46-bf6d-d0c437d84933",
            "last_updated": "2022-09-05T10:27:04.103996-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI",
            "reward": "2.21000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4803ec80-6aa9-4ec1-afea-c2be11ae9305/?format=api"
        }
    ]
}