GET /api/bet_types/f1494aee-f1bf-421d-a6d1-f16b0571fca1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f1494aee-f1bf-421d-a6d1-f16b0571fca1",
    "match": "https://api-prod.gambitprofit.com/api/matches/c16f29e8-8464-4ad1-a9c3-ad4c00cca085/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-06T08:43:17.806734-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": "PIT",
                "amount": 5319.0
            },
            {
                "team": "LOS",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "e92ac28e-546f-45cf-8edd-cae251c684f7",
            "gambit_id": "adf85753-5217-4c8d-9e50-8c796b81c223",
            "last_updated": "2023-07-08T09:38:29.832130-04:00",
            "created_at": "2023-07-06T08:43:17.808428-04:00",
            "name": "PIT",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1494aee-f1bf-421d-a6d1-f16b0571fca1/?format=api"
        },
        {
            "id": "4bb688f5-e939-4c17-a6de-25db432b57c6",
            "gambit_id": "b153f907-e226-40d8-9796-20354e356d3c",
            "last_updated": "2023-07-08T09:38:29.834747-04:00",
            "created_at": "2023-07-06T08:43:17.810150-04:00",
            "name": "LOS",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1494aee-f1bf-421d-a6d1-f16b0571fca1/?format=api"
        }
    ]
}