GET /api/bet_types/889406e2-5ea2-4071-b2de-920ffb4c15f2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "889406e2-5ea2-4071-b2de-920ffb4c15f2",
    "match": "https://api-prod.gambitprofit.com/api/matches/08a16592-b355-455b-87b4-60b2115a2786/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-26T10:38:04.312699-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": "Kevin Holland",
                "amount": 5673.0
            },
            {
                "team": "Michael Chiesa",
                "amount": 4327.0
            }
        ],
        "expected_reward_tokens": 9303.05,
        "profit_sb": -196.95,
        "profit_sb_percentage": -2.07,
        "recommended": false
    },
    "lines": [
        {
            "id": "fed0fe72-2efd-4fc7-972a-f34984863d8f",
            "gambit_id": "047e4450-4cb9-460c-8e92-5a4beb5c9075",
            "last_updated": "2023-07-31T18:23:08.507692-04:00",
            "created_at": "2023-07-26T10:38:04.323499-04:00",
            "name": "Kevin Holland",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/889406e2-5ea2-4071-b2de-920ffb4c15f2/?format=api"
        },
        {
            "id": "7f5d56c9-bc33-4f77-9189-2fc987e30e55",
            "gambit_id": "a442dce6-375e-4b1b-a082-dcc2a47e19f7",
            "last_updated": "2023-07-31T18:23:08.503727-04:00",
            "created_at": "2023-07-26T10:38:04.318971-04:00",
            "name": "Michael Chiesa",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/889406e2-5ea2-4071-b2de-920ffb4c15f2/?format=api"
        }
    ]
}