GET /api/bet_types/7b2d0042-e462-42ce-afc2-a182bbb57d10/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7b2d0042-e462-42ce-afc2-a182bbb57d10",
    "match": "https://api-prod.gambitprofit.com/api/matches/e0bcecba-cb68-4fc6-9047-e6439862daa2/?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": "San Jose Sharks",
                "amount": 6104.0
            },
            {
                "team": "New York Islanders",
                "amount": 3896.0
            }
        ],
        "expected_reward_tokens": 9583.28,
        "profit_sb": 83.28,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "bcc03f69-e128-4eba-b3e1-807231c4a913",
            "gambit_id": "c798378d-abce-4f3f-93d5-374c7d254009",
            "last_updated": "2022-10-19T09:37:27.514576-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose Sharks",
            "reward": "1.57000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b2d0042-e462-42ce-afc2-a182bbb57d10/?format=api"
        },
        {
            "id": "a3e47b7a-c91d-4f66-ae88-3beb6c378b3b",
            "gambit_id": "e8e1f86a-6a8c-4640-87c5-f7220f611cce",
            "last_updated": "2022-10-19T09:37:27.513568-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Islanders",
            "reward": "2.46000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b2d0042-e462-42ce-afc2-a182bbb57d10/?format=api"
        }
    ]
}