GET /api/bet_types/e1bbcfdb-20b1-423b-adac-f20058fede34/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e1bbcfdb-20b1-423b-adac-f20058fede34",
    "match": "https://api-prod.gambitprofit.com/api/matches/466aca60-ae4a-4f93-9fdf-31562b7c1dc1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-10T09:58:03.398131-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": "Vegas Golden Knights",
                "amount": 5317.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "886e48e9-377a-4213-98ff-b8a8a07224e3",
            "gambit_id": "6e106f1a-26e0-41b7-a2bc-746f82b05515",
            "last_updated": "2023-12-12T10:23:17.009547-05:00",
            "created_at": "2023-12-10T09:58:03.418113-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1bbcfdb-20b1-423b-adac-f20058fede34/?format=api"
        },
        {
            "id": "45cd5065-4cc7-487f-8ccf-6e55f1f1b476",
            "gambit_id": "c464747d-54e4-44a2-94c9-fb848bfc8a02",
            "last_updated": "2023-12-12T10:23:17.005097-05:00",
            "created_at": "2023-12-10T09:58:03.409329-05:00",
            "name": "San Jose Sharks",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1bbcfdb-20b1-423b-adac-f20058fede34/?format=api"
        }
    ]
}