GET /api/bet_types/348c1bf0-a9d8-41ee-a4b5-fe9c65edf2d5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "348c1bf0-a9d8-41ee-a4b5-fe9c65edf2d5",
    "match": "https://api-prod.gambitprofit.com/api/matches/f52d9411-96b2-4100-b530-6e7e0f2870cf/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-22T13:07:01.741561-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": "LAA (T Anderson)",
                "amount": 6241.0
            },
            {
                "team": "KAN (Z Greinke)",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "9afaab80-2c2b-466b-80d1-b5fcf40fcea7",
            "gambit_id": "07141c3f-dbb5-4c37-b9e8-173e8a378bd0",
            "last_updated": "2023-04-23T12:41:53.947270-04:00",
            "created_at": "2023-04-22T13:07:01.743742-04:00",
            "name": "LAA (T Anderson)",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/348c1bf0-a9d8-41ee-a4b5-fe9c65edf2d5/?format=api"
        },
        {
            "id": "2414a6ff-b7cd-4239-939c-fde321625eca",
            "gambit_id": "5ee8cff8-a13b-469c-90bb-0e062079248f",
            "last_updated": "2023-04-23T12:41:53.949070-04:00",
            "created_at": "2023-04-22T13:07:01.746104-04:00",
            "name": "KAN (Z Greinke)",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/348c1bf0-a9d8-41ee-a4b5-fe9c65edf2d5/?format=api"
        }
    ]
}