GET /api/bet_types/9b00f0e3-5a9e-43f6-96a5-c38ab74bd933/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9b00f0e3-5a9e-43f6-96a5-c38ab74bd933",
    "match": "https://api-prod.gambitprofit.com/api/matches/357df87c-ce86-4ebd-bdd0-798aceb5cd86/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-07T09:28:19.523954-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": 5117.0
            },
            {
                "team": "SEA (G Kirby)",
                "amount": 4883.0
            }
        ],
        "expected_reward_tokens": 9568.79,
        "profit_sb": 68.79,
        "profit_sb_percentage": 0.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "bbcdebb3-53cf-491d-8591-0034e9087881",
            "gambit_id": "6c7c7fdb-7d4c-4aaf-8f66-0adbff869090",
            "last_updated": "2023-06-08T16:33:26.384882-04:00",
            "created_at": "2023-06-07T09:28:19.527829-04:00",
            "name": "SDG (M Wacha)",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b00f0e3-5a9e-43f6-96a5-c38ab74bd933/?format=api"
        },
        {
            "id": "600540d3-b9a6-4807-a081-aa774bef7f85",
            "gambit_id": "9b5b2cb1-fd7a-4e08-9a7d-47b3e689e07c",
            "last_updated": "2023-06-08T16:33:26.381769-04:00",
            "created_at": "2023-06-07T09:28:19.525902-04:00",
            "name": "SEA (G Kirby)",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b00f0e3-5a9e-43f6-96a5-c38ab74bd933/?format=api"
        }
    ]
}