GET /api/bet_types/c7c79851-b475-4a1a-ac73-13992ac54442/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c7c79851-b475-4a1a-ac73-13992ac54442",
    "match": "https://api-prod.gambitprofit.com/api/matches/c9d5db22-ea14-4f18-be19-6ca732f872a1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-17T09:31:52.527306-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": "Houston Rockets",
                "amount": 5000.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2b43cd9d-e189-4701-88e1-fa34aaf5d022",
            "gambit_id": "18c8954c-012b-43be-b45d-909cfd0309a7",
            "last_updated": "2023-03-18T14:47:06.434169-04:00",
            "created_at": "2023-03-17T09:31:52.528457-04:00",
            "name": "Houston Rockets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7c79851-b475-4a1a-ac73-13992ac54442/?format=api"
        },
        {
            "id": "6b2db561-65ef-4df3-bd1d-aecf71885ef5",
            "gambit_id": "3b85bca5-2c08-4b9e-ac83-6287e5d4ac28",
            "last_updated": "2023-03-18T14:47:06.435458-04:00",
            "created_at": "2023-03-17T09:31:52.529660-04:00",
            "name": "New Orleans Pelicans",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7c79851-b475-4a1a-ac73-13992ac54442/?format=api"
        }
    ]
}