GET /api/bet_types/34bfd55b-1d42-44c3-8d58-733dc7590bd1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "34bfd55b-1d42-44c3-8d58-733dc7590bd1",
    "match": "https://api-prod.gambitprofit.com/api/matches/a7e60303-ce4e-462f-937d-e933d30b6dda/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-09T09:27:07.395501-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": "TAM (D Rasmussen)",
                "amount": 7203.0
            },
            {
                "team": "OAK (J Kaprielian)",
                "amount": 2797.0
            }
        ],
        "expected_reward_tokens": 9507.96,
        "profit_sb": 7.96,
        "profit_sb_percentage": 0.08,
        "recommended": true
    },
    "lines": [
        {
            "id": "8831c462-1f9e-4b79-94d1-252d9724ad2b",
            "gambit_id": "7a44da98-5263-4654-951e-36e550433d16",
            "last_updated": "2023-04-10T14:37:07.011176-04:00",
            "created_at": "2023-04-09T09:27:07.399020-04:00",
            "name": "TAM (D Rasmussen)",
            "reward": "1.32000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34bfd55b-1d42-44c3-8d58-733dc7590bd1/?format=api"
        },
        {
            "id": "2e2ab81f-44cf-4023-818f-c1954e19e87b",
            "gambit_id": "b2dea890-3dc7-4869-9c8e-95eb883e071f",
            "last_updated": "2023-04-10T14:37:07.013581-04:00",
            "created_at": "2023-04-09T09:27:07.402407-04:00",
            "name": "OAK (J Kaprielian)",
            "reward": "3.40000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34bfd55b-1d42-44c3-8d58-733dc7590bd1/?format=api"
        }
    ]
}