GET /api/bet_types/bd7758d5-c9df-4d21-a378-c4c14f62a590/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bd7758d5-c9df-4d21-a378-c4c14f62a590",
    "match": "https://api-prod.gambitprofit.com/api/matches/a1546529-e1af-4af4-a3bf-3fe42b02090c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-16T09:08:27.628816-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": "LAA",
                "amount": 5688.0
            },
            {
                "team": "HOU",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "7d7ca447-5b5b-4e98-a634-4f9850255e4f",
            "gambit_id": "3a3dfe09-9058-4d43-97e9-fd255d97c27d",
            "last_updated": "2023-07-17T12:43:27.161681-04:00",
            "created_at": "2023-07-16T09:08:27.633778-04:00",
            "name": "LAA",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd7758d5-c9df-4d21-a378-c4c14f62a590/?format=api"
        },
        {
            "id": "a7fdbfef-5c5c-472e-a529-ba558ef40ded",
            "gambit_id": "fd7549b0-2c1d-4dc7-aae0-b86d1b0bc3bf",
            "last_updated": "2023-07-17T12:43:27.160375-04:00",
            "created_at": "2023-07-16T09:08:27.630899-04:00",
            "name": "HOU",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd7758d5-c9df-4d21-a378-c4c14f62a590/?format=api"
        }
    ]
}