GET /api/bet_types/cb97fa4a-c30d-40ed-8e83-2f89c7e68395/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cb97fa4a-c30d-40ed-8e83-2f89c7e68395",
    "match": "https://api-prod.gambitprofit.com/api/matches/9adcfe32-9d26-44bb-ae32-8fca3fb833e8/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Boston Celtics",
                "amount": 5000.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "23fe0bda-7402-4aff-a964-0286cf09a76b",
            "gambit_id": "c14e420f-c350-470b-ba05-ee5dcf7c3322",
            "last_updated": "2022-12-05T15:47:16.265928-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Celtics",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb97fa4a-c30d-40ed-8e83-2f89c7e68395/?format=api"
        },
        {
            "id": "4e9abae3-2941-446c-875a-66c8856994fc",
            "gambit_id": "c3018530-9ea6-4b95-830b-631ceb133772",
            "last_updated": "2022-12-05T15:47:16.264869-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb97fa4a-c30d-40ed-8e83-2f89c7e68395/?format=api"
        }
    ]
}