GET /api/bet_types/e359fea6-8def-4dfc-8349-82b51d61a14e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e359fea6-8def-4dfc-8349-82b51d61a14e",
    "match": "https://api-prod.gambitprofit.com/api/matches/436eb954-746e-4012-820a-3ca132d7be33/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-20T09:58:15.795690-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 England Patriots",
                "amount": 5614.0
            },
            {
                "team": "New York Jets",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "a87979ba-ee93-4e0b-93fb-dac53c1baf60",
            "gambit_id": "76f93e98-ce9b-4910-a749-aff56a794d3a",
            "last_updated": "2023-09-26T09:13:04.682636-04:00",
            "created_at": "2023-09-20T09:58:15.801669-04:00",
            "name": "New England Patriots",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e359fea6-8def-4dfc-8349-82b51d61a14e/?format=api"
        },
        {
            "id": "1d000e71-c862-40d5-877f-fd4c0b3184e3",
            "gambit_id": "a20067f4-4dee-494e-a5f7-ab02f461fa38",
            "last_updated": "2023-09-26T09:13:04.686426-04:00",
            "created_at": "2023-09-20T09:58:15.807562-04:00",
            "name": "New York Jets",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e359fea6-8def-4dfc-8349-82b51d61a14e/?format=api"
        }
    ]
}