GET /api/bet_types/5d7ee664-79f4-4b63-898d-83c2cf280cbb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5d7ee664-79f4-4b63-898d-83c2cf280cbb",
    "match": "https://api-prod.gambitprofit.com/api/matches/9f00ca19-e7a7-4809-bd21-0ec733061999/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-14T12:02:15.235467-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": "SDG (M Wacha)",
                "amount": 6104.0
            },
            {
                "team": "MIL (E Lauer)",
                "amount": 3896.0
            }
        ],
        "expected_reward_tokens": 9583.28,
        "profit_sb": 83.28,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "46ad925c-1e52-46f7-8eed-022e345e1fcf",
            "gambit_id": "de70cf27-bc15-4399-955c-95447875e55c",
            "last_updated": "2023-04-15T15:36:58.481888-04:00",
            "created_at": "2023-04-14T12:02:15.236768-04:00",
            "name": "SDG (M Wacha)",
            "reward": "1.57000",
            "odds": "1.59520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d7ee664-79f4-4b63-898d-83c2cf280cbb/?format=api"
        },
        {
            "id": "a3eba357-8bd5-494f-ad25-4c3ba9610a43",
            "gambit_id": "221d1980-9e4b-4415-a002-2bb0c3f8f3a6",
            "last_updated": "2023-04-15T15:36:58.483621-04:00",
            "created_at": "2023-04-14T12:02:15.238172-04:00",
            "name": "MIL (E Lauer)",
            "reward": "2.46000",
            "odds": "2.53000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d7ee664-79f4-4b63-898d-83c2cf280cbb/?format=api"
        }
    ]
}