GET /api/bet_types/768c7511-3dd0-4d0a-88a9-b449daa937c4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "768c7511-3dd0-4d0a-88a9-b449daa937c4",
    "match": "https://api-prod.gambitprofit.com/api/matches/dbd5f517-4e10-4f9b-b892-331023b32fc3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-24T12:57:59.335715-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": "Chicago Bears",
                "amount": 5000.0
            },
            {
                "team": "Buffalo Bills",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "1691ead7-8aa4-40dc-b1de-d8d07a77c832",
            "gambit_id": "716f0a79-0f8f-4253-b9a5-82a532e39b48",
            "last_updated": "2023-08-29T09:27:56.913010-04:00",
            "created_at": "2023-08-24T12:57:59.343700-04:00",
            "name": "Chicago Bears",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/768c7511-3dd0-4d0a-88a9-b449daa937c4/?format=api"
        },
        {
            "id": "fc8931d9-f12a-40b5-b3fe-c877f7bb48e8",
            "gambit_id": "6790b562-9d91-41e9-962f-bd8893f64e6b",
            "last_updated": "2023-08-29T09:27:56.909196-04:00",
            "created_at": "2023-08-24T12:57:59.339495-04:00",
            "name": "Buffalo Bills",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/768c7511-3dd0-4d0a-88a9-b449daa937c4/?format=api"
        }
    ]
}