GET /api/bet_types/1d084330-7984-4efc-8ff3-eeb29b27e658/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1d084330-7984-4efc-8ff3-eeb29b27e658",
    "match": "https://api-prod.gambitprofit.com/api/matches/14020786-e7f3-4171-9130-7e3ae837c625/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-19T09:22:07.496606-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": "Seattle Kraken",
                "amount": 6773.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 3227.0
            }
        ],
        "expected_reward_tokens": 9549.93,
        "profit_sb": 49.93,
        "profit_sb_percentage": 0.53,
        "recommended": true
    },
    "lines": [
        {
            "id": "d6a551e3-ee40-4a1d-9e1f-e6d068d1c0ab",
            "gambit_id": "9f4cd5cc-396d-4c4b-b258-a03f4639aa4f",
            "last_updated": "2023-01-20T10:01:55.893730-05:00",
            "created_at": "2023-01-19T09:22:07.498898-05:00",
            "name": "Seattle Kraken",
            "reward": "1.41000",
            "odds": "1.41670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d084330-7984-4efc-8ff3-eeb29b27e658/?format=api"
        },
        {
            "id": "a603b504-ef37-476c-88f9-f0ac5e72ad09",
            "gambit_id": "1a683218-613f-46cd-9cf7-c1529cbdb730",
            "last_updated": "2023-01-20T10:01:55.895050-05:00",
            "created_at": "2023-01-19T09:22:07.501118-05:00",
            "name": "New Jersey Devils",
            "reward": "2.96000",
            "odds": "3.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d084330-7984-4efc-8ff3-eeb29b27e658/?format=api"
        }
    ]
}