GET /api/bet_types/3aa25e18-8af2-4955-b874-34966d71f451/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3aa25e18-8af2-4955-b874-34966d71f451",
    "match": "https://api-prod.gambitprofit.com/api/matches/d73fc7db-4afd-4b8b-b13e-cafb9fd36962/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-30T10:43:14.790678-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 Jersey Devils",
                "amount": 6232.0
            },
            {
                "team": "Boston Bruins",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "5845b768-bc26-461d-b4e7-7c751fc5152d",
            "gambit_id": "ee7a21c1-d3ae-431d-9ffb-97eea058adae",
            "last_updated": "2024-01-01T19:48:19.965848-05:00",
            "created_at": "2023-12-30T10:43:14.794120-05:00",
            "name": "New Jersey Devils",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3aa25e18-8af2-4955-b874-34966d71f451/?format=api"
        },
        {
            "id": "e31dee09-8489-4cbb-8150-6e491647a3ff",
            "gambit_id": "e115249f-9a68-46f4-961a-de8c49556cf9",
            "last_updated": "2024-01-01T19:48:19.970359-05:00",
            "created_at": "2023-12-30T10:43:14.798689-05:00",
            "name": "Boston Bruins",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3aa25e18-8af2-4955-b874-34966d71f451/?format=api"
        }
    ]
}