GET /api/bet_types/7f7c53a2-377f-4c3e-b165-87e3cfa0a393/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7f7c53a2-377f-4c3e-b165-87e3cfa0a393",
    "match": "https://api-prod.gambitprofit.com/api/matches/48648378-db9e-48e8-8977-05d021d0477c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-24T09:08:00.913052-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": "Phoenix Suns",
                "amount": 5000.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "672d8fbe-30d5-4497-8205-2585a944517a",
            "gambit_id": "295141c5-0aa5-40e1-a458-0c29a3036feb",
            "last_updated": "2023-11-27T10:08:24.491594-05:00",
            "created_at": "2023-11-24T09:08:00.917747-05:00",
            "name": "Phoenix Suns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f7c53a2-377f-4c3e-b165-87e3cfa0a393/?format=api"
        },
        {
            "id": "5944b82c-5ea3-4855-9a28-05ffe709f558",
            "gambit_id": "b2ff3e9a-74c9-4b21-a856-cc60d3e889a2",
            "last_updated": "2023-11-27T10:08:24.494874-05:00",
            "created_at": "2023-11-24T09:08:00.923350-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f7c53a2-377f-4c3e-b165-87e3cfa0a393/?format=api"
        }
    ]
}