GET /api/bet_types/7948a7cc-02cf-4250-b918-b176e0b7efd6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7948a7cc-02cf-4250-b918-b176e0b7efd6",
    "match": "https://api-prod.gambitprofit.com/api/matches/7f6d7244-a041-4b39-9e0b-7b2fbf0c0663/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-21T12:32:07.171910-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": "DET",
                "amount": 5421.0
            },
            {
                "team": "BAL",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "0a8d5afe-7175-4767-b056-209f441626d3",
            "gambit_id": "18b29dec-1bf8-4d41-b18e-0ed8e03c55fc",
            "last_updated": "2023-04-22T13:07:12.127517-04:00",
            "created_at": "2023-04-21T12:32:07.174843-04:00",
            "name": "DET",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7948a7cc-02cf-4250-b918-b176e0b7efd6/?format=api"
        },
        {
            "id": "8ae87577-2ff2-4614-b145-d63d18b741e1",
            "gambit_id": "e489cbb2-f6db-4231-9ebb-f8f8a55cc1cf",
            "last_updated": "2023-04-22T13:07:12.125454-04:00",
            "created_at": "2023-04-21T12:32:07.173307-04:00",
            "name": "BAL",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7948a7cc-02cf-4250-b918-b176e0b7efd6/?format=api"
        }
    ]
}