GET /api/bet_types/311a2dfe-d0de-49ea-b827-8fdc5876181c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "311a2dfe-d0de-49ea-b827-8fdc5876181c",
    "match": "https://api-prod.gambitprofit.com/api/matches/be5490e6-fb13-4488-aa3f-02d19e3199c4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-17T11:41:59.732572-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": 5939.0
            },
            {
                "team": "CLE",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "620bbd8f-4733-4fe5-8210-1a0451a2ee3f",
            "gambit_id": "af711493-6a74-4b4d-b7ce-30cbd5d59913",
            "last_updated": "2023-04-19T17:27:14.822791-04:00",
            "created_at": "2023-04-17T11:41:59.735527-04:00",
            "name": "DET",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/311a2dfe-d0de-49ea-b827-8fdc5876181c/?format=api"
        },
        {
            "id": "9dec7b8f-b330-4f8d-91a5-81f53f5a0c64",
            "gambit_id": "b02f82ad-5c83-4a57-8736-aaa95a4ab6c0",
            "last_updated": "2023-04-19T17:27:14.825413-04:00",
            "created_at": "2023-04-17T11:41:59.737860-04:00",
            "name": "CLE",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/311a2dfe-d0de-49ea-b827-8fdc5876181c/?format=api"
        }
    ]
}