GET /api/bet_types/380a1853-8ea0-4fc6-9d60-883ce11bcd55/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "380a1853-8ea0-4fc6-9d60-883ce11bcd55",
    "match": "https://api-prod.gambitprofit.com/api/matches/56de0454-6fc6-4963-a5ed-9c7ae5855bc9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-27T08:13:18.814046-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": "SDG (M Wacha)",
                "amount": 5157.0
            },
            {
                "team": "MIL (A Houser)",
                "amount": 4843.0
            }
        ],
        "expected_reward_tokens": 9540.45,
        "profit_sb": 40.45,
        "profit_sb_percentage": 0.43,
        "recommended": true
    },
    "lines": [
        {
            "id": "31dc68a7-aeba-4ceb-9738-56a11908c02b",
            "gambit_id": "79dbfe71-a4cb-48bb-aed4-e298f035b6a6",
            "last_updated": "2023-08-29T09:08:32.014865-04:00",
            "created_at": "2023-08-27T08:13:18.817918-04:00",
            "name": "SDG (M Wacha)",
            "reward": "1.85000",
            "odds": "1.89290",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/380a1853-8ea0-4fc6-9d60-883ce11bcd55/?format=api"
        },
        {
            "id": "355e4cfe-a8c5-4ddd-9825-29af0a28b61d",
            "gambit_id": "a110030a-4ea9-46c8-aa86-8e0bf2d46cd9",
            "last_updated": "2023-08-29T09:08:32.023055-04:00",
            "created_at": "2023-08-27T08:13:18.821831-04:00",
            "name": "MIL (A Houser)",
            "reward": "1.97000",
            "odds": "2.02000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/380a1853-8ea0-4fc6-9d60-883ce11bcd55/?format=api"
        }
    ]
}