GET /api/bet_types/fb0172ee-cefc-4b38-83a5-e461f12683e6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fb0172ee-cefc-4b38-83a5-e461f12683e6",
    "match": "https://api-prod.gambitprofit.com/api/matches/f5c39582-38d6-4e83-b015-a97d37dc554a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-25T08:38:08.698237-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 (S Gray)",
                "amount": 5440.0
            },
            {
                "team": "TEX (D Dunning)",
                "amount": 4560.0
            }
        ],
        "expected_reward_tokens": 9574.4,
        "profit_sb": 74.4,
        "profit_sb_percentage": 0.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "f18c03dc-b624-48af-8b65-677ecd950e43",
            "gambit_id": "1779f0ba-c5b2-4a51-b73f-8c5ac4d50f86",
            "last_updated": "2023-08-28T18:28:28.445652-04:00",
            "created_at": "2023-08-25T08:38:08.706667-04:00",
            "name": "MIN (S Gray)",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb0172ee-cefc-4b38-83a5-e461f12683e6/?format=api"
        },
        {
            "id": "332bbe33-e727-4bae-9a2b-040abada05e5",
            "gambit_id": "03a84fab-cf24-49c4-8b5e-cc6c4856b428",
            "last_updated": "2023-08-28T18:28:28.442297-04:00",
            "created_at": "2023-08-25T08:38:08.702253-04:00",
            "name": "TEX (D Dunning)",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb0172ee-cefc-4b38-83a5-e461f12683e6/?format=api"
        }
    ]
}