GET /api/bet_types/d7ee70bd-caf1-44a1-9b82-ddec79472003/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d7ee70bd-caf1-44a1-9b82-ddec79472003",
    "match": "https://api-prod.gambitprofit.com/api/matches/40f7b0de-c898-4f63-ae18-2cf5013d36bc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-08T08:23:03.825576-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": "Cleveland Cavaliers",
                "amount": 5000.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "1119a7b3-6f01-4b9e-a35f-408680a627a3",
            "gambit_id": "58a7cb42-a124-4593-90a8-e12856e000f6",
            "last_updated": "2023-11-10T12:33:18.949410-05:00",
            "created_at": "2023-11-08T08:23:03.831163-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7ee70bd-caf1-44a1-9b82-ddec79472003/?format=api"
        },
        {
            "id": "b114405b-fd1c-44d6-bb81-788158cd72f9",
            "gambit_id": "0470be2f-2de5-4b27-8429-439b366f8463",
            "last_updated": "2023-11-10T12:33:18.952896-05:00",
            "created_at": "2023-11-08T08:23:03.836057-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7ee70bd-caf1-44a1-9b82-ddec79472003/?format=api"
        }
    ]
}