GET /api/bet_types/cdb62046-e822-4c19-80a6-679c0b983195/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cdb62046-e822-4c19-80a6-679c0b983195",
    "match": "https://api-prod.gambitprofit.com/api/matches/ed0927f9-b4a6-4a0a-ab82-6596410a3e7f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-17T11:33:23.734036-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": "Pat Sabatini",
                "amount": 6047.0
            },
            {
                "team": "Lucas Almeida",
                "amount": 3953.0
            }
        ],
        "expected_reward_tokens": 9250.02,
        "profit_sb": -249.98,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "1b927b04-ce4c-4b1a-b0e6-ae5ecfc90f73",
            "gambit_id": "b68044f3-2e03-4ca3-a21a-9579de283cc7",
            "last_updated": "2023-06-18T20:18:31.275794-04:00",
            "created_at": "2023-06-17T11:33:23.738802-04:00",
            "name": "Pat Sabatini",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cdb62046-e822-4c19-80a6-679c0b983195/?format=api"
        },
        {
            "id": "5aa38637-8831-4d3e-ae5c-026c55423e66",
            "gambit_id": "9f65f5f9-ba7e-4c6d-b5a0-9ef2c7e0e6b5",
            "last_updated": "2023-06-18T20:18:31.273956-04:00",
            "created_at": "2023-06-17T11:33:23.736369-04:00",
            "name": "Lucas Almeida",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cdb62046-e822-4c19-80a6-679c0b983195/?format=api"
        }
    ]
}