GET /api/bet_types/b816d1cc-83de-4750-a28f-ace9678a3c33/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b816d1cc-83de-4750-a28f-ace9678a3c33",
    "match": "https://api-prod.gambitprofit.com/api/matches/066ba0e9-9f04-4275-8787-fb57c219393c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-13T08:53:23.124023-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": "Aryna Sabalenka",
                "amount": 5979.0
            },
            {
                "team": "Ons Jabeur",
                "amount": 4021.0
            }
        ],
        "expected_reward_tokens": 9207.66,
        "profit_sb": -292.34,
        "profit_sb_percentage": -3.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "9bc7a469-49fa-4aee-b431-183130da6266",
            "gambit_id": "7572c566-4b50-4cec-9fe1-24b095237f3e",
            "last_updated": "2023-07-14T14:03:02.168763-04:00",
            "created_at": "2023-07-13T08:53:23.127615-04:00",
            "name": "Aryna Sabalenka",
            "reward": "1.54000",
            "odds": "1.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b816d1cc-83de-4750-a28f-ace9678a3c33/?format=api"
        },
        {
            "id": "458ec469-7610-4c0e-80ab-ff9ca62f2778",
            "gambit_id": "6625aacc-40cf-42e4-8cc9-015cd635521d",
            "last_updated": "2023-07-14T14:03:02.167323-04:00",
            "created_at": "2023-07-13T08:53:23.125997-04:00",
            "name": "Ons Jabeur",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b816d1cc-83de-4750-a28f-ace9678a3c33/?format=api"
        }
    ]
}