GET /api/bet_types/75ab3ba7-4469-43d7-91eb-51758bb49f3a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "75ab3ba7-4469-43d7-91eb-51758bb49f3a",
    "match": "https://api-prod.gambitprofit.com/api/matches/a5b91deb-74d8-425f-94a6-17e53dfb2101/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-14T05:58:09.715101-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": "BOS (G Whitlock)",
                "amount": 6833.0
            },
            {
                "team": "COL (A Gomber)",
                "amount": 3167.0
            }
        ],
        "expected_reward_tokens": 9564.34,
        "profit_sb": 64.34,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "9fa4ab61-7ee5-4303-8ffe-1e2416f822c6",
            "gambit_id": "e5000bb1-abe7-4a04-88af-c9f56089d9d7",
            "last_updated": "2023-06-15T23:23:32.610477-04:00",
            "created_at": "2023-06-14T05:58:09.719811-04:00",
            "name": "BOS (G Whitlock)",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75ab3ba7-4469-43d7-91eb-51758bb49f3a/?format=api"
        },
        {
            "id": "444e4707-6ad9-4e2b-9e39-6effd22bf4f2",
            "gambit_id": "b7b439fa-c41b-4f17-bec5-d6a09c30eed0",
            "last_updated": "2023-06-15T23:23:32.609003-04:00",
            "created_at": "2023-06-14T05:58:09.717269-04:00",
            "name": "COL (A Gomber)",
            "reward": "3.02000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75ab3ba7-4469-43d7-91eb-51758bb49f3a/?format=api"
        }
    ]
}