GET /api/bet_types/ab42901e-f153-4215-8414-4407a95363ab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ab42901e-f153-4215-8414-4407a95363ab",
    "match": "https://api-prod.gambitprofit.com/api/matches/22d270a4-635f-4bf5-876f-2519aaad2c71/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-08T08:43:17.813430-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": "SFO (A Cobb)",
                "amount": 6182.0
            },
            {
                "team": "COL (C Anderson)",
                "amount": 3818.0
            }
        ],
        "expected_reward_tokens": 9582.1,
        "profit_sb": 82.1,
        "profit_sb_percentage": 0.86,
        "recommended": true
    },
    "lines": [
        {
            "id": "e17856ef-48a7-4013-8da5-2392c85ff7d0",
            "gambit_id": "62ed73b2-f21d-4431-b216-93d2d226ae6a",
            "last_updated": "2023-06-10T13:48:17.018119-04:00",
            "created_at": "2023-06-08T08:43:17.815050-04:00",
            "name": "SFO (A Cobb)",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab42901e-f153-4215-8414-4407a95363ab/?format=api"
        },
        {
            "id": "743a527b-8bdc-4a39-bb29-0f80864e05e7",
            "gambit_id": "a41b7c74-95a5-4695-b81d-64d65f340d86",
            "last_updated": "2023-06-10T13:48:17.021036-04:00",
            "created_at": "2023-06-08T08:43:17.816748-04:00",
            "name": "COL (C Anderson)",
            "reward": "2.51000",
            "odds": "2.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab42901e-f153-4215-8414-4407a95363ab/?format=api"
        }
    ]
}