GET /api/bet_types/d273cfd3-e559-4988-89fc-162aaf4dad91/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d273cfd3-e559-4988-89fc-162aaf4dad91",
    "match": "https://api-prod.gambitprofit.com/api/matches/5051955a-3daf-461e-ac5b-5226a604a482/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-05T09:57:13.073136-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": "Tennessee Titans",
                "amount": 5000.0
            },
            {
                "team": "Jacksonville Jaguars",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "c135d33c-f756-495a-8c37-aff5db494013",
            "gambit_id": "60195998-f24b-40f3-b3ea-fd4f8b82edf1",
            "last_updated": "2023-01-10T10:52:01.638802-05:00",
            "created_at": "2023-01-05T09:57:13.074344-05:00",
            "name": "Tennessee Titans",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d273cfd3-e559-4988-89fc-162aaf4dad91/?format=api"
        },
        {
            "id": "8be74cbb-2582-4904-8fd0-3e766c6bace4",
            "gambit_id": "a9962372-7d5e-4e92-82ad-ae895826fa51",
            "last_updated": "2023-01-10T10:52:01.639848-05:00",
            "created_at": "2023-01-05T09:57:13.075595-05:00",
            "name": "Jacksonville Jaguars",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d273cfd3-e559-4988-89fc-162aaf4dad91/?format=api"
        }
    ]
}