GET /api/bet_types/bf944104-e3c8-4bd8-94ff-0d3a127f965f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bf944104-e3c8-4bd8-94ff-0d3a127f965f",
    "match": "https://api-prod.gambitprofit.com/api/matches/852d94e1-82c6-4107-ae8a-d28bbd595133/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-18T08:53:08.667847-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": "PIT (M Keller)",
                "amount": 5117.0
            },
            {
                "team": "CLE (L Allen)",
                "amount": 4883.0
            }
        ],
        "expected_reward_tokens": 9568.79,
        "profit_sb": 68.79,
        "profit_sb_percentage": 0.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "7427a025-cf1a-4ada-9fbf-0ba5b7617456",
            "gambit_id": "ec4e17a8-451b-4af6-80c5-9afd35ff68dd",
            "last_updated": "2023-07-20T09:58:27.420017-04:00",
            "created_at": "2023-07-18T08:53:08.671531-04:00",
            "name": "PIT (M Keller)",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf944104-e3c8-4bd8-94ff-0d3a127f965f/?format=api"
        },
        {
            "id": "9a16823d-736d-4cc1-8136-b735809e02b7",
            "gambit_id": "d1095ae4-844e-42d1-aa82-61dc7c132088",
            "last_updated": "2023-07-20T09:58:27.418367-04:00",
            "created_at": "2023-07-18T08:53:08.669731-04:00",
            "name": "CLE (L Allen)",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf944104-e3c8-4bd8-94ff-0d3a127f965f/?format=api"
        }
    ]
}