GET /api/bet_types/b51f6566-d17f-4ba2-9942-fbb59ec2bda5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b51f6566-d17f-4ba2-9942-fbb59ec2bda5",
    "match": "https://api-prod.gambitprofit.com/api/matches/bc791bb0-03d5-4330-9e7d-af6169576c3b/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": "Victor Henry",
                "amount": 7550.0
            },
            {
                "team": "Raphael Assuncao",
                "amount": 2450.0
            }
        ],
        "expected_reward_tokens": 9285.5,
        "profit_sb": -214.5,
        "profit_sb_percentage": -2.26,
        "recommended": false
    },
    "lines": [
        {
            "id": "1b3f8a47-7fb6-4bdf-9a63-66e6fc265ed0",
            "gambit_id": "63b6bc55-bd15-4b4d-920f-9eb5ba2650a2",
            "last_updated": "2022-10-17T10:42:37.832912-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Victor Henry",
            "reward": "1.23000",
            "odds": "1.23810",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b51f6566-d17f-4ba2-9942-fbb59ec2bda5/?format=api"
        },
        {
            "id": "4bfd81e1-a0d0-4ffa-aa54-e1c50366bd34",
            "gambit_id": "3afbf89b-d5f1-44cf-a8a5-c98216e9ee05",
            "last_updated": "2022-10-17T10:42:37.831936-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Raphael Assuncao",
            "reward": "3.79000",
            "odds": "3.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b51f6566-d17f-4ba2-9942-fbb59ec2bda5/?format=api"
        }
    ]
}