GET /api/bet_types/2842183b-6068-4543-ba6d-2540c9f03e04/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2842183b-6068-4543-ba6d-2540c9f03e04",
    "match": "https://api-prod.gambitprofit.com/api/matches/af62e67e-0d8a-4857-9ff3-8545bd16befb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-29T16:27:01.543419-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": "Christine Ferea",
                "amount": 6405.0
            },
            {
                "team": "Bec Rawlings",
                "amount": 3595.0
            }
        ],
        "expected_reward_tokens": 9095.1,
        "profit_sb": -404.9,
        "profit_sb_percentage": -4.26,
        "recommended": false
    },
    "lines": [
        {
            "id": "f9449782-8de9-4937-8d9f-ded88bbdeb08",
            "gambit_id": "4fb95684-f4ad-47bc-a031-a35bcb3d2adf",
            "last_updated": "2023-04-30T15:17:17.118418-04:00",
            "created_at": "2023-04-29T16:27:01.547762-04:00",
            "name": "Christine Ferea",
            "reward": "1.42000",
            "odds": "1.47000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2842183b-6068-4543-ba6d-2540c9f03e04/?format=api"
        },
        {
            "id": "51a1f1a2-320e-466c-ac9c-f7c9dec4f2ce",
            "gambit_id": "e18cbb1f-6081-4fed-b1c7-32b8bbced7fc",
            "last_updated": "2023-04-30T15:17:17.117240-04:00",
            "created_at": "2023-04-29T16:27:01.545490-04:00",
            "name": "Bec Rawlings",
            "reward": "2.53000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2842183b-6068-4543-ba6d-2540c9f03e04/?format=api"
        }
    ]
}