GET /api/bet_types/9a20b52c-a666-41a9-99eb-3864a9ce57de/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9a20b52c-a666-41a9-99eb-3864a9ce57de",
    "match": "https://api-prod.gambitprofit.com/api/matches/acb27186-dc80-4606-becd-517391f08a66/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-24T11:43:10.418177-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": "Pittsburgh Pirates",
                "amount": 5107.0
            },
            {
                "team": "Chicago Cubs",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "c73f2934-3cb3-4665-97b2-49dac59f1a84",
            "gambit_id": "6bfaaa8f-18e4-4ca2-8889-f1d098117be2",
            "last_updated": "2023-08-25T19:08:10.105383-04:00",
            "created_at": "2023-08-24T11:43:10.427936-04:00",
            "name": "Pittsburgh Pirates",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a20b52c-a666-41a9-99eb-3864a9ce57de/?format=api"
        },
        {
            "id": "2ec3eb8c-9e4a-48f0-a6e2-72b01f77906b",
            "gambit_id": "f927c4be-b20c-416e-9709-eb18adfa90e5",
            "last_updated": "2023-08-25T19:08:10.101836-04:00",
            "created_at": "2023-08-24T11:43:10.423296-04:00",
            "name": "Chicago Cubs",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a20b52c-a666-41a9-99eb-3864a9ce57de/?format=api"
        }
    ]
}