GET /api/bet_types/bb02099a-d907-4bf3-99f8-800497f743ba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bb02099a-d907-4bf3-99f8-800497f743ba",
    "match": "https://api-prod.gambitprofit.com/api/matches/0dfdecf1-a190-4f8f-b3bc-f3e8bef3795c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-06T08:32:15.350877-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": "Brooklyn Nets",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "33673c53-7c6b-4d3b-9546-e41983bf57e7",
            "gambit_id": "32b25a35-3337-453e-b565-b40c355748f9",
            "last_updated": "2023-02-07T10:27:19.372110-05:00",
            "created_at": "2023-02-06T08:32:15.352138-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb02099a-d907-4bf3-99f8-800497f743ba/?format=api"
        },
        {
            "id": "86ff85da-9226-4256-b3ad-c58a1fb198c5",
            "gambit_id": "dddfefc2-049e-4c07-a4fa-dde3d3138475",
            "last_updated": "2023-02-07T10:27:19.373605-05:00",
            "created_at": "2023-02-06T08:32:15.353426-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb02099a-d907-4bf3-99f8-800497f743ba/?format=api"
        }
    ]
}