GET /api/bet_types/dcbada58-758a-445c-b98b-2c8bbd726f6c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dcbada58-758a-445c-b98b-2c8bbd726f6c",
    "match": "https://api-prod.gambitprofit.com/api/matches/e49c3ab8-63de-4741-b63b-1a7189f1b335/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-18T09:53:17.410846-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": "Toronto Raptors",
                "amount": 5000.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "8f200bf4-717a-4007-acea-913bc9bc0263",
            "gambit_id": "4a927029-89de-41cd-86b0-34a0b28db78d",
            "last_updated": "2023-12-19T20:58:17.538249-05:00",
            "created_at": "2023-12-18T09:53:17.414693-05:00",
            "name": "Toronto Raptors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dcbada58-758a-445c-b98b-2c8bbd726f6c/?format=api"
        },
        {
            "id": "88c3246b-b7fc-4b6b-bfc6-36c4ebbdc002",
            "gambit_id": "41c884fc-9ded-422d-9cea-2662c37470a3",
            "last_updated": "2023-12-19T20:58:17.541491-05:00",
            "created_at": "2023-12-18T09:53:17.419718-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dcbada58-758a-445c-b98b-2c8bbd726f6c/?format=api"
        }
    ]
}