GET /api/bet_types/ccd73dc8-4319-4dab-b13d-efdbc82ef23d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ccd73dc8-4319-4dab-b13d-efdbc82ef23d",
    "match": "https://api-prod.gambitprofit.com/api/matches/c022fa0d-4a35-4421-af86-49c009f5938b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-14T09:58:13.008238-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": "New York Jets",
                "amount": 5107.0
            },
            {
                "team": "Dallas Cowboys",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "2cf79d3a-d265-43ac-8cc9-3ce85d333e46",
            "gambit_id": "851559f4-f468-4dd5-a245-63f510283d8f",
            "last_updated": "2023-09-18T13:23:24.243169-04:00",
            "created_at": "2023-09-14T09:58:13.012167-04:00",
            "name": "New York Jets",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ccd73dc8-4319-4dab-b13d-efdbc82ef23d/?format=api"
        },
        {
            "id": "94944763-b4e2-4c67-86c8-1f96164607fb",
            "gambit_id": "9bce1138-4525-499a-b938-ab6bec91df5c",
            "last_updated": "2023-09-18T13:23:24.246218-04:00",
            "created_at": "2023-09-14T09:58:13.016680-04:00",
            "name": "Dallas Cowboys",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ccd73dc8-4319-4dab-b13d-efdbc82ef23d/?format=api"
        }
    ]
}