GET /api/bet_types/951f13c8-0b88-4b33-a4f5-f33b080869d2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "951f13c8-0b88-4b33-a4f5-f33b080869d2",
    "match": "https://api-prod.gambitprofit.com/api/matches/23e89c6a-2fd3-405a-b3d6-c2872bd1c4d6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-02T08:28:09.937430-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": "Los Angeles Clippers",
                "amount": 5107.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "d5ca9b9b-7ce6-4698-b062-a041e5a1c67a",
            "gambit_id": "539ccf70-ac2c-4475-b9cc-b3cd3f57cc50",
            "last_updated": "2023-12-04T15:23:33.178827-05:00",
            "created_at": "2023-12-02T08:28:09.950870-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/951f13c8-0b88-4b33-a4f5-f33b080869d2/?format=api"
        },
        {
            "id": "8596ff02-7ed9-4f18-a460-18e27f6f8cea",
            "gambit_id": "066d9ecb-80d3-403a-9333-972f02f37e8f",
            "last_updated": "2023-12-04T15:23:33.175417-05:00",
            "created_at": "2023-12-02T08:28:09.946826-05:00",
            "name": "Golden State Warriors",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/951f13c8-0b88-4b33-a4f5-f33b080869d2/?format=api"
        }
    ]
}