GET /api/bet_types/9fdd0972-dcac-4f32-bc48-61c748ede6d5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9fdd0972-dcac-4f32-bc48-61c748ede6d5",
    "match": "https://api-prod.gambitprofit.com/api/matches/09036230-9a42-4caa-9ec8-28d4eb9ae7a9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-23T10:23:05.681998-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": "Rafael Fiziev",
                "amount": 5391.0
            },
            {
                "team": "Mateusz Gamrot",
                "amount": 4609.0
            }
        ],
        "expected_reward_tokens": 9218.0,
        "profit_sb": -282.0,
        "profit_sb_percentage": -2.97,
        "recommended": false
    },
    "lines": [
        {
            "id": "0100fd60-c45f-4bdd-a4e4-defba2c6dfae",
            "gambit_id": "bbde6221-08b0-4f89-8343-3a292e73b9f2",
            "last_updated": "2023-09-25T14:33:18.652404-04:00",
            "created_at": "2023-09-23T10:23:05.690912-04:00",
            "name": "Rafael Fiziev",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9fdd0972-dcac-4f32-bc48-61c748ede6d5/?format=api"
        },
        {
            "id": "96d5617d-425a-4565-a596-53a9356d824e",
            "gambit_id": "198f5b5f-dbc1-41b9-b3c7-f620d19582e8",
            "last_updated": "2023-09-25T14:33:18.649248-04:00",
            "created_at": "2023-09-23T10:23:05.686349-04:00",
            "name": "Mateusz Gamrot",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9fdd0972-dcac-4f32-bc48-61c748ede6d5/?format=api"
        }
    ]
}