GET /api/bet_types/fafcb96c-9ba0-4c01-ab01-7ec128749b6e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fafcb96c-9ba0-4c01-ab01-7ec128749b6e",
    "match": "https://api-prod.gambitprofit.com/api/matches/9e2758b2-4988-49f6-89f2-14d871186124/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-27T09:18:09.069964-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": "Ottawa Senators",
                "amount": 6547.0
            },
            {
                "team": "Florida Panthers",
                "amount": 3453.0
            }
        ],
        "expected_reward_tokens": 9426.69,
        "profit_sb": -73.31,
        "profit_sb_percentage": -0.77,
        "recommended": false
    },
    "lines": [
        {
            "id": "d4bc54bd-5010-4858-ac02-9556f9c84d35",
            "gambit_id": "60ccddb2-54f4-4124-a5ce-89f07f4efd75",
            "last_updated": "2023-11-28T21:38:00.822853-05:00",
            "created_at": "2023-11-27T09:18:09.080745-05:00",
            "name": "Ottawa Senators",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fafcb96c-9ba0-4c01-ab01-7ec128749b6e/?format=api"
        },
        {
            "id": "d8a433df-8556-4639-ae3c-cb9372551fd0",
            "gambit_id": "6f6417cf-8766-4681-8985-07e3e03e3007",
            "last_updated": "2023-11-28T21:38:00.819377-05:00",
            "created_at": "2023-11-27T09:18:09.075465-05:00",
            "name": "Florida Panthers",
            "reward": "2.73000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fafcb96c-9ba0-4c01-ab01-7ec128749b6e/?format=api"
        }
    ]
}