GET /api/bet_types/24958463-c41c-4579-a6f2-2a9c5da77aff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "24958463-c41c-4579-a6f2-2a9c5da77aff",
    "match": "https://api-prod.gambitprofit.com/api/matches/248045f1-2159-42a0-983a-09f0bb30ceff/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-11T11:43:24.913505-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": "New Orleans Saints",
                "amount": 5107.0
            },
            {
                "team": "Kansas City Chiefs",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "556f41ae-f888-4c5c-ad48-fefe5c7e7d98",
            "gambit_id": "63a838d6-e312-4e54-a3f1-0fac1bce3326",
            "last_updated": "2023-08-14T19:03:07.186298-04:00",
            "created_at": "2023-08-11T11:43:24.922028-04:00",
            "name": "New Orleans Saints",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24958463-c41c-4579-a6f2-2a9c5da77aff/?format=api"
        },
        {
            "id": "524a1e93-462b-4cbd-8ada-6b171de06496",
            "gambit_id": "ae3b889f-f8c6-4952-878d-9d8f69315388",
            "last_updated": "2023-08-14T19:03:07.182930-04:00",
            "created_at": "2023-08-11T11:43:24.917357-04:00",
            "name": "Kansas City Chiefs",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24958463-c41c-4579-a6f2-2a9c5da77aff/?format=api"
        }
    ]
}