GET /api/bet_types/5a63616a-b909-4107-871a-4dad84dfa843/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5a63616a-b909-4107-871a-4dad84dfa843",
    "match": "https://api-prod.gambitprofit.com/api/matches/0db9affa-b89b-4923-8015-ec39f7816376/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-04T09:48:08.732370-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": "Boston Celtics",
                "amount": 5000.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "494c0c70-edc8-4d14-85d3-0d639bef85e0",
            "gambit_id": "ce824bfb-c18c-460b-9f80-be2a1257c1c7",
            "last_updated": "2023-11-06T09:58:05.697308-05:00",
            "created_at": "2023-11-04T09:48:08.735922-04:00",
            "name": "Boston Celtics",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a63616a-b909-4107-871a-4dad84dfa843/?format=api"
        },
        {
            "id": "dd6e5f40-37d7-43fc-a6f0-d845cf39b823",
            "gambit_id": "ad812637-4b78-4f66-9da8-3d2cddebf2cb",
            "last_updated": "2023-11-06T09:58:05.700735-05:00",
            "created_at": "2023-11-04T09:48:08.740163-04:00",
            "name": "Brooklyn Nets",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a63616a-b909-4107-871a-4dad84dfa843/?format=api"
        }
    ]
}