GET /api/bet_types/69016f25-2fac-48a5-b948-7f4ba7301353/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "69016f25-2fac-48a5-b948-7f4ba7301353",
    "match": "https://api-prod.gambitprofit.com/api/matches/fbc0c4f4-9f2b-4124-af2e-336a41affd13/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-08T09:23:25.562134-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": "TEX",
                "amount": 5213.0
            },
            {
                "team": "OAK",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "f5bf7c66-db25-4f42-a695-013e9a06dbcf",
            "gambit_id": "ecc6e256-90f2-4140-85dd-1b034833374a",
            "last_updated": "2023-09-09T11:23:27.657434-04:00",
            "created_at": "2023-09-08T09:23:25.570337-04:00",
            "name": "TEX",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69016f25-2fac-48a5-b948-7f4ba7301353/?format=api"
        },
        {
            "id": "91bdc101-fd42-4803-a6f6-4f3f23137f5b",
            "gambit_id": "ed8113f2-c627-4605-93f4-20dd8d17aa35",
            "last_updated": "2023-09-09T11:23:27.653890-04:00",
            "created_at": "2023-09-08T09:23:25.565794-04:00",
            "name": "OAK",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69016f25-2fac-48a5-b948-7f4ba7301353/?format=api"
        }
    ]
}