GET /api/bet_types/fadeb84f-75db-44fe-954b-a396565e6154/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fadeb84f-75db-44fe-954b-a396565e6154",
    "match": "https://api-prod.gambitprofit.com/api/matches/bc9aa5a1-31f0-487b-83a0-b01a55d9a106/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-16T09:47:07.640574-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": 5039.0
            },
            {
                "team": "PHI (Z Wheeler)",
                "amount": 4961.0
            }
        ],
        "expected_reward_tokens": 9523.71,
        "profit_sb": 23.71,
        "profit_sb_percentage": 0.25,
        "recommended": true
    },
    "lines": [
        {
            "id": "235f4fe1-2473-4487-93d6-e6a06bce1d76",
            "gambit_id": "76a111f2-041d-4ef6-a250-f5becacdb887",
            "last_updated": "2023-05-17T11:06:54.315827-04:00",
            "created_at": "2023-05-16T09:47:07.642879-04:00",
            "name": "SFO (A Cobb)",
            "reward": "1.89000",
            "odds": "1.93460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fadeb84f-75db-44fe-954b-a396565e6154/?format=api"
        },
        {
            "id": "7b5f2825-4861-41c2-bb65-92b7bc23e88b",
            "gambit_id": "9bd356a2-d7cc-481e-88f5-a1d6a08c5fed",
            "last_updated": "2023-05-17T11:06:54.317734-04:00",
            "created_at": "2023-05-16T09:47:07.644626-04:00",
            "name": "PHI (Z Wheeler)",
            "reward": "1.92000",
            "odds": "1.97090",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fadeb84f-75db-44fe-954b-a396565e6154/?format=api"
        }
    ]
}