GET /api/bet_types/83ff98ab-e7f8-47e0-93b0-cce070dae97f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "83ff98ab-e7f8-47e0-93b0-cce070dae97f",
    "match": "https://api-prod.gambitprofit.com/api/matches/13268e2e-fea4-4c8f-b27d-724a4debb612/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-08T09:02:01.898748-04: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": "Los Angeles Kings",
                "amount": 6706.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 3294.0
            }
        ],
        "expected_reward_tokens": 9453.78,
        "profit_sb": -46.22,
        "profit_sb_percentage": -0.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "892c0e08-e8c1-4a9c-8332-888f35152ff9",
            "gambit_id": "7c5d8611-6c16-4b87-ab96-e4c8bb72749a",
            "last_updated": "2023-04-10T09:26:56.983875-04:00",
            "created_at": "2023-04-08T09:02:01.900421-04:00",
            "name": "Los Angeles Kings",
            "reward": "1.41000",
            "odds": "1.42550",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83ff98ab-e7f8-47e0-93b0-cce070dae97f/?format=api"
        },
        {
            "id": "704616f0-56be-4e84-9407-787d624c3103",
            "gambit_id": "85c0b91a-30ef-4f8f-8708-86606925daf6",
            "last_updated": "2023-04-10T09:26:56.985538-04:00",
            "created_at": "2023-04-08T09:02:01.902538-04:00",
            "name": "Colorado Avalanche",
            "reward": "2.87000",
            "odds": "2.95000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83ff98ab-e7f8-47e0-93b0-cce070dae97f/?format=api"
        }
    ]
}