GET /api/bet_types/e1fe9fd1-44fd-49ad-9bfc-689e6d5937a5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e1fe9fd1-44fd-49ad-9bfc-689e6d5937a5",
    "match": "https://api-prod.gambitprofit.com/api/matches/9e46ba32-5fc0-4149-be3c-9600463956ba/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-09T09:18:02.255576-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": "Sacramento Kings",
                "amount": 5000.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "55542eb2-85b4-452d-b90f-0ab212698318",
            "gambit_id": "11980db4-068b-4e43-85a1-a3081c84db6c",
            "last_updated": "2024-01-11T11:08:02.452927-05:00",
            "created_at": "2024-01-09T09:18:02.260240-05:00",
            "name": "Sacramento Kings",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1fe9fd1-44fd-49ad-9bfc-689e6d5937a5/?format=api"
        },
        {
            "id": "c5268825-c356-488d-9a4f-8dd87cb307ac",
            "gambit_id": "065b6d72-9bc6-4531-bc33-25a147690185",
            "last_updated": "2024-01-11T11:08:02.456688-05:00",
            "created_at": "2024-01-09T09:18:02.264576-05:00",
            "name": "Detroit Pistons",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1fe9fd1-44fd-49ad-9bfc-689e6d5937a5/?format=api"
        }
    ]
}