GET /api/bet_types/82da7a57-070c-45a1-8216-aa2c88aa43ab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "82da7a57-070c-45a1-8216-aa2c88aa43ab",
    "match": "https://api-prod.gambitprofit.com/api/matches/1ecdf002-c20c-4c5b-a43e-8d3bc13640f2/?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": "Los Angeles Kings",
                "amount": 6345.0
            },
            {
                "team": "Florida Panthers",
                "amount": 3655.0
            }
        ],
        "expected_reward_tokens": 9136.8,
        "profit_sb": 136.8,
        "profit_sb_percentage": 1.52,
        "recommended": true
    },
    "lines": [
        {
            "id": "781c3763-1f4d-4bb5-bdaa-c5ca5bb7ba09",
            "gambit_id": "a65412cd-fb15-42ab-94d4-1ebf2c5b0bc9",
            "last_updated": "2022-11-07T09:02:45.895345-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82da7a57-070c-45a1-8216-aa2c88aa43ab/?format=api"
        },
        {
            "id": "1f2f73f9-af32-449c-a8b9-f26fa3a9e4e0",
            "gambit_id": "162a279c-6f1d-4f5e-bdfd-3d77b221d0a1",
            "last_updated": "2022-11-07T09:02:45.896295-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Panthers",
            "reward": "2.50000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82da7a57-070c-45a1-8216-aa2c88aa43ab/?format=api"
        }
    ]
}