GET /api/bet_types/c935da22-13c9-4cb8-8169-0069d752d140/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c935da22-13c9-4cb8-8169-0069d752d140",
    "match": "https://api-prod.gambitprofit.com/api/matches/2bf65671-9c57-4b16-807a-118c652817c8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-08T15:43:05.241580-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": "PIT",
                "amount": 6232.0
            },
            {
                "team": "ARI",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "44df5b0d-c1f1-44ea-8795-e3b4f2284b76",
            "gambit_id": "878adbb2-d4c1-4986-87ad-e821d62b7806",
            "last_updated": "2023-07-10T10:13:13.821627-04:00",
            "created_at": "2023-07-08T15:43:05.243762-04:00",
            "name": "PIT",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c935da22-13c9-4cb8-8169-0069d752d140/?format=api"
        },
        {
            "id": "16f4e393-a321-438d-af71-ed82e0458e0b",
            "gambit_id": "96f4baa6-0273-4cc3-9a10-de78bec6d969",
            "last_updated": "2023-07-10T10:13:13.823277-04:00",
            "created_at": "2023-07-08T15:43:05.246345-04:00",
            "name": "ARI",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c935da22-13c9-4cb8-8169-0069d752d140/?format=api"
        }
    ]
}