GET /api/bet_types/e86a982b-fed5-4588-959b-2da4ce848834/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e86a982b-fed5-4588-959b-2da4ce848834",
    "match": "https://api-prod.gambitprofit.com/api/matches/297218bf-b5a4-4b94-958b-de0a9570a64d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-08T11:47:00.111391-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": 5867.0
            },
            {
                "team": "SEA",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "ae8c16be-bb04-4b52-b623-150fe3e613a3",
            "gambit_id": "82b19ac3-e00b-486e-b153-957772c3d0b7",
            "last_updated": "2023-05-09T11:22:22.149609-04:00",
            "created_at": "2023-05-08T11:47:00.114721-04:00",
            "name": "TEX",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e86a982b-fed5-4588-959b-2da4ce848834/?format=api"
        },
        {
            "id": "8aca112f-ad05-40ff-9101-972113465ad5",
            "gambit_id": "f78e208d-490f-4c50-bab6-37e410fdc5da",
            "last_updated": "2023-05-09T11:22:22.148056-04:00",
            "created_at": "2023-05-08T11:47:00.112958-04:00",
            "name": "SEA",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e86a982b-fed5-4588-959b-2da4ce848834/?format=api"
        }
    ]
}