GET /api/bet_types/95e23747-6d9d-494d-8032-9f93a10ac7c5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "95e23747-6d9d-494d-8032-9f93a10ac7c5",
    "match": "https://api-prod.gambitprofit.com/api/matches/068abeca-eb70-492d-b442-58e0c7b6278b/?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": "Carolina Hurricanes",
                "amount": 6721.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 3279.0
            }
        ],
        "expected_reward_tokens": 9476.31,
        "profit_sb": -23.69,
        "profit_sb_percentage": -0.25,
        "recommended": false
    },
    "lines": [
        {
            "id": "c8bc985b-5d5d-4000-b03c-ac49281ff489",
            "gambit_id": "d20a493d-1cda-4466-896e-e610acc0c006",
            "last_updated": "2022-10-21T20:42:21.625193-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.41000",
            "odds": "1.42550",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/95e23747-6d9d-494d-8032-9f93a10ac7c5/?format=api"
        },
        {
            "id": "83158853-91c7-4a0a-ba49-4cf85f9025e2",
            "gambit_id": "ea2ec2e6-e769-4ec9-aca8-3aeadb1db779",
            "last_updated": "2022-10-21T20:42:21.624083-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Edmonton Oilers",
            "reward": "2.89000",
            "odds": "2.95000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/95e23747-6d9d-494d-8032-9f93a10ac7c5/?format=api"
        }
    ]
}