GET /api/bet_types/aa990725-d859-41b3-ae7d-358183b214dd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aa990725-d859-41b3-ae7d-358183b214dd",
    "match": "https://api-prod.gambitprofit.com/api/matches/a75272b7-7d12-4d1a-a0a5-e907fc3e9917/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-05: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": "Pittsburgh Steelers",
                "amount": 5110.0
            },
            {
                "team": "Detroit Lions",
                "amount": 4890.0
            }
        ],
        "expected_reward_tokens": 9095.4,
        "profit_sb": 95.4,
        "profit_sb_percentage": 1.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "5d958643-3d6d-4560-bcb1-5848b4419489",
            "gambit_id": "391befbf-dc52-4e60-b9cc-f4dd84b556e1",
            "last_updated": "2022-08-29T14:17:10.627710-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Steelers",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa990725-d859-41b3-ae7d-358183b214dd/?format=api"
        },
        {
            "id": "14a6eb76-1373-45e0-b1b7-7c833488ea42",
            "gambit_id": "9a58b471-87e7-4a85-81e3-5bfbc0bebb47",
            "last_updated": "2022-08-29T14:17:10.628192-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Lions",
            "reward": "1.86000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa990725-d859-41b3-ae7d-358183b214dd/?format=api"
        }
    ]
}