GET /api/bet_types/566fc1cd-8bc3-480e-a801-c4caa00e755e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "566fc1cd-8bc3-480e-a801-c4caa00e755e",
    "match": "https://api-prod.gambitprofit.com/api/matches/a9c677a6-2c73-49ec-a293-1ad2ccb7db3b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-18T09:13:00.385831-04: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": "Baltimore Ravens",
                "amount": 5094.0
            },
            {
                "team": "Detroit Lions",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "fbc86482-2e92-4ce2-9c56-3880b519988d",
            "gambit_id": "9b08a471-8d8b-47db-90fc-b7ddf480bc3c",
            "last_updated": "2023-10-23T13:43:25.029864-04:00",
            "created_at": "2023-10-18T09:13:00.395168-04:00",
            "name": "Baltimore Ravens",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/566fc1cd-8bc3-480e-a801-c4caa00e755e/?format=api"
        },
        {
            "id": "20bafcb5-cd48-4da2-be16-1b0a4d2e200e",
            "gambit_id": "b02d0e2e-9342-4f35-8f97-e38435ab9604",
            "last_updated": "2023-10-23T13:43:25.026311-04:00",
            "created_at": "2023-10-18T09:13:00.389973-04:00",
            "name": "Detroit Lions",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/566fc1cd-8bc3-480e-a801-c4caa00e755e/?format=api"
        }
    ]
}