GET /api/bet_types/c7c71740-4803-4aa5-b172-927000a89707/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c7c71740-4803-4aa5-b172-927000a89707",
    "match": "https://api-prod.gambitprofit.com/api/matches/64672a0f-de39-4129-bf3d-20c3484b7f67/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-01T09:42:09.310378-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": "NYM (M Scherzer)",
                "amount": 6241.0
            },
            {
                "team": "PHI (T Walker)",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "370bbffc-c605-46b7-b64a-5ca1c9e22aab",
            "gambit_id": "6c869a25-73ca-4c0b-8df2-c7ba2d8745bc",
            "last_updated": "2023-06-02T13:56:52.904050-04:00",
            "created_at": "2023-06-01T09:42:09.312711-04:00",
            "name": "NYM (M Scherzer)",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7c71740-4803-4aa5-b172-927000a89707/?format=api"
        },
        {
            "id": "57d53002-fcad-48fb-ad85-8ea5f124d8b4",
            "gambit_id": "279c96cb-594a-4260-b097-6b0e8283874e",
            "last_updated": "2023-06-02T13:56:52.905855-04:00",
            "created_at": "2023-06-01T09:42:09.314993-04:00",
            "name": "PHI (T Walker)",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7c71740-4803-4aa5-b172-927000a89707/?format=api"
        }
    ]
}