GET /api/bet_types/f7a3a241-8bcd-447c-9b40-7eb5f66c3263/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f7a3a241-8bcd-447c-9b40-7eb5f66c3263",
    "match": "https://api-prod.gambitprofit.com/api/matches/23120a40-2d84-4fd9-a22e-3354a985100b/?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": "New York Rangers",
                "amount": 6571.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 3429.0
            }
        ],
        "expected_reward_tokens": 9462.24,
        "profit_sb": -37.76,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "ef2ec595-c103-4a5a-89f6-cd96a082fd24",
            "gambit_id": "7cc1182f-74ab-49cb-8ccb-a1b6a3c038a2",
            "last_updated": "2022-10-15T09:12:23.827952-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Rangers",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7a3a241-8bcd-447c-9b40-7eb5f66c3263/?format=api"
        },
        {
            "id": "9e50a363-b58e-441a-bf0a-f14c1e6a4734",
            "gambit_id": "8611001c-e730-4e7e-bb26-b9c13dcb8ece",
            "last_updated": "2022-10-15T09:12:23.828903-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Winnipeg Jets",
            "reward": "2.76000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7a3a241-8bcd-447c-9b40-7eb5f66c3263/?format=api"
        }
    ]
}