GET /api/bet_types/ad939349-9fba-4847-b435-0d6774875b6e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ad939349-9fba-4847-b435-0d6774875b6e",
    "match": "https://api-prod.gambitprofit.com/api/matches/30bafe12-b7c5-487a-b928-56695440d3c0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-10T08:57:01.516037-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": "Said Nurmagomedov",
                "amount": 6610.0
            },
            {
                "team": "Jonathan Martinez",
                "amount": 3390.0
            }
        ],
        "expected_reward_tokens": 9254.0,
        "profit_sb": -246.0,
        "profit_sb_percentage": -2.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "5996e177-db0f-404a-8dcd-e902899b31c9",
            "gambit_id": "53809932-12cc-4d8a-bb71-f4bc533d4ca7",
            "last_updated": "2023-03-13T14:11:56.649545-04:00",
            "created_at": "2023-03-10T08:57:01.517411-05:00",
            "name": "Said Nurmagomedov",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad939349-9fba-4847-b435-0d6774875b6e/?format=api"
        },
        {
            "id": "76302d65-8d3a-4eef-9e0f-a70d8b0de739",
            "gambit_id": "bbb63150-0155-4bb5-98c9-1383992732f8",
            "last_updated": "2023-03-13T14:11:56.651852-04:00",
            "created_at": "2023-03-10T08:57:01.518830-05:00",
            "name": "Jonathan Martinez",
            "reward": "2.73000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad939349-9fba-4847-b435-0d6774875b6e/?format=api"
        }
    ]
}