GET /api/bet_types/6822e15a-0dab-414c-b78a-2d9737f2785a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6822e15a-0dab-414c-b78a-2d9737f2785a",
    "match": "https://api-prod.gambitprofit.com/api/matches/4a400913-5d12-4a0a-9441-a21971f0a8ea/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-18T08:43:14.005281-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": "MIN (P Lopez)",
                "amount": 6627.0
            },
            {
                "team": "PIT (A Jackson)",
                "amount": 3373.0
            }
        ],
        "expected_reward_tokens": 9476.61,
        "profit_sb": -23.39,
        "profit_sb_percentage": -0.25,
        "recommended": false
    },
    "lines": [
        {
            "id": "ed5d106a-b6bc-4adb-ac64-458962f4eb98",
            "gambit_id": "08e2fa11-c69e-4e0f-9bd5-0011c898d307",
            "last_updated": "2023-08-21T10:18:07.314811-04:00",
            "created_at": "2023-08-18T08:43:14.027358-04:00",
            "name": "MIN (P Lopez)",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6822e15a-0dab-414c-b78a-2d9737f2785a/?format=api"
        },
        {
            "id": "7be74e03-82e3-4d67-987d-af00cb1b1991",
            "gambit_id": "d4eb1e7d-59a3-4150-a947-f34c46922616",
            "last_updated": "2023-08-21T10:18:07.310684-04:00",
            "created_at": "2023-08-18T08:43:14.021356-04:00",
            "name": "PIT (A Jackson)",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6822e15a-0dab-414c-b78a-2d9737f2785a/?format=api"
        }
    ]
}