GET /api/bet_types/eda2108e-6c54-434c-a064-424b677e0663/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eda2108e-6c54-434c-a064-424b677e0663",
    "match": "https://api-prod.gambitprofit.com/api/matches/bcb5f0e7-d14b-4f14-84cf-3b356ff6de8d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-18T09:42:14.679996-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": "Jessica Andrade",
                "amount": 5095.0
            },
            {
                "team": "Erin Blanchfield",
                "amount": 4905.0
            }
        ],
        "expected_reward_tokens": 9221.4,
        "profit_sb": -278.6,
        "profit_sb_percentage": -2.93,
        "recommended": false
    },
    "lines": [
        {
            "id": "53f3ed44-118e-4f84-a1d2-6ccd92e4dbb0",
            "gambit_id": "651d6c09-7859-408f-88cf-278637d0aeba",
            "last_updated": "2023-02-19T16:27:12.271514-05:00",
            "created_at": "2023-02-18T09:42:14.683868-05:00",
            "name": "Jessica Andrade",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eda2108e-6c54-434c-a064-424b677e0663/?format=api"
        },
        {
            "id": "95c893d0-f586-4c7c-8808-46f756f80f02",
            "gambit_id": "31527bec-4838-4a38-94f0-132a6a1932eb",
            "last_updated": "2023-02-19T16:27:12.273188-05:00",
            "created_at": "2023-02-18T09:42:14.685425-05:00",
            "name": "Erin Blanchfield",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eda2108e-6c54-434c-a064-424b677e0663/?format=api"
        }
    ]
}