GET /api/bet_types/188f4ae2-938c-4039-88f7-837183cb7abe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "188f4ae2-938c-4039-88f7-837183cb7abe",
    "match": "https://api-prod.gambitprofit.com/api/matches/e8846063-f524-4505-b889-48750f23d81c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-10T08:23:22.287696-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": "Oklahoma City Thunder",
                "amount": 5000.0
            },
            {
                "team": "Sacramento Kings",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "ae36861b-a742-4e9e-a301-156f9f39a331",
            "gambit_id": "563098c8-e3f1-4b5f-b419-fceaaf39508d",
            "last_updated": "2023-11-12T11:18:22.625365-05:00",
            "created_at": "2023-11-10T08:23:22.292486-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/188f4ae2-938c-4039-88f7-837183cb7abe/?format=api"
        },
        {
            "id": "c1a0cc44-522f-4d8b-bdf4-dee774407a63",
            "gambit_id": "e9826dcf-9ff6-4942-a479-c2845a5dd5f6",
            "last_updated": "2023-11-12T11:18:22.629024-05:00",
            "created_at": "2023-11-10T08:23:22.298030-05:00",
            "name": "Sacramento Kings",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/188f4ae2-938c-4039-88f7-837183cb7abe/?format=api"
        }
    ]
}