GET /api/bet_types/5ff02728-b7d0-4ad2-9fdf-54f4fcefa747/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5ff02728-b7d0-4ad2-9fdf-54f4fcefa747",
    "match": "https://api-prod.gambitprofit.com/api/matches/3f6815af-2b0c-4f82-a2ac-a6e3f7f821a9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-18T09:38:23.379990-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": "Philadelphia Flyers",
                "amount": 6222.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 3778.0
            }
        ],
        "expected_reward_tokens": 9519.66,
        "profit_sb": 19.66,
        "profit_sb_percentage": 0.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "840ac57e-05ac-4a93-9a5d-5feb30cbd0e0",
            "gambit_id": "440d732d-2b37-484a-b24d-ec31000e9386",
            "last_updated": "2023-11-20T15:03:32.870253-05:00",
            "created_at": "2023-11-18T09:38:23.389464-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ff02728-b7d0-4ad2-9fdf-54f4fcefa747/?format=api"
        },
        {
            "id": "71281da2-743e-49b7-a786-b538460dbf7e",
            "gambit_id": "98bbf259-7dda-4731-8edf-e5ca1400e174",
            "last_updated": "2023-11-20T15:03:32.867003-05:00",
            "created_at": "2023-11-18T09:38:23.383828-05:00",
            "name": "Vegas Golden Knights",
            "reward": "2.52000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ff02728-b7d0-4ad2-9fdf-54f4fcefa747/?format=api"
        }
    ]
}