GET /api/bet_types/8fd9ef8d-3aba-48bb-8c26-91b5ffa91ccd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8fd9ef8d-3aba-48bb-8c26-91b5ffa91ccd",
    "match": "https://api-prod.gambitprofit.com/api/matches/94e0203f-ed7d-4a8b-9ff7-cc7455cfeec4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-06T11:51:57.062878-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": "ATL",
                "amount": 5213.0
            },
            {
                "team": "BAL",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "51abb080-1197-46d1-a560-966249de9a6b",
            "gambit_id": "879c3e77-d4f8-404f-a349-51ac27b3956d",
            "last_updated": "2023-05-07T11:57:19.346094-04:00",
            "created_at": "2023-05-06T11:51:57.064212-04:00",
            "name": "ATL",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8fd9ef8d-3aba-48bb-8c26-91b5ffa91ccd/?format=api"
        },
        {
            "id": "d4a316eb-e457-4fee-86f7-00865194a540",
            "gambit_id": "f21d621c-fad8-4f64-99c9-c7d633ee6e0d",
            "last_updated": "2023-05-07T11:57:19.347899-04:00",
            "created_at": "2023-05-06T11:51:57.065595-04:00",
            "name": "BAL",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8fd9ef8d-3aba-48bb-8c26-91b5ffa91ccd/?format=api"
        }
    ]
}