GET /api/bet_types/74acf536-cd05-48d2-81e3-85804fc24cc6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "74acf536-cd05-48d2-81e3-85804fc24cc6",
    "match": "https://api-prod.gambitprofit.com/api/matches/cfe5f47d-c5c3-40f2-bf5c-6b30d90030c6/?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": "SDG",
                "amount": 5829.0
            },
            {
                "team": "SEA",
                "amount": 4171.0
            }
        ],
        "expected_reward_tokens": 9092.78,
        "profit_sb": 92.78,
        "profit_sb_percentage": 1.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "f61e1250-fc30-45af-b7b5-9d64e95a3316",
            "gambit_id": "68d27e68-2e29-4341-a3ce-9a0ba3b8271c",
            "last_updated": "2022-09-15T11:07:09.065570-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG",
            "reward": "1.56000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74acf536-cd05-48d2-81e3-85804fc24cc6/?format=api"
        },
        {
            "id": "69512280-f704-42db-8e62-70614331a3cc",
            "gambit_id": "2b034385-c243-430d-ba17-3fa0a318e686",
            "last_updated": "2022-09-15T11:07:09.064589-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA",
            "reward": "2.18000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74acf536-cd05-48d2-81e3-85804fc24cc6/?format=api"
        }
    ]
}