GET /api/bet_types/782da465-a5de-45b5-a093-04518d0eaebf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "782da465-a5de-45b5-a093-04518d0eaebf",
    "match": "https://api-prod.gambitprofit.com/api/matches/6cd1ce81-334a-44a3-a235-58c7610022d8/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "CWS",
                "amount": 5680.0
            },
            {
                "team": "HOU",
                "amount": 4320.0
            }
        ],
        "expected_reward_tokens": 9201.6,
        "profit_sb": 201.6,
        "profit_sb_percentage": 2.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "d79b6fc9-8d5d-4133-8943-f4bef6f29146",
            "gambit_id": "56f24501-2e31-49df-a6a1-1e4d8ed5865d",
            "last_updated": "2022-08-19T09:51:52.137945-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS",
            "reward": "1.62000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/782da465-a5de-45b5-a093-04518d0eaebf/?format=api"
        },
        {
            "id": "ebfd6374-05a8-4631-a0fa-c2194f7a83f7",
            "gambit_id": "950d4999-a37f-4305-9ae4-13c621baffce",
            "last_updated": "2022-08-19T09:51:52.138505-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU",
            "reward": "2.13000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/782da465-a5de-45b5-a093-04518d0eaebf/?format=api"
        }
    ]
}