GET /api/bet_types/2f38115e-64c7-4d17-bbb0-dfae99ac1e86/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2f38115e-64c7-4d17-bbb0-dfae99ac1e86",
    "match": "https://api-prod.gambitprofit.com/api/matches/b7d70db2-43fe-4211-a93b-9d367836d3f2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-23T09:38:25.590586-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": "MIL (B Woodruff)",
                "amount": 5117.0
            },
            {
                "team": "MIA (J Luzardo)",
                "amount": 4883.0
            }
        ],
        "expected_reward_tokens": 9568.79,
        "profit_sb": 68.79,
        "profit_sb_percentage": 0.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "5de3a01f-84da-46aa-81cf-1bced77857bc",
            "gambit_id": "64c126e7-0e38-414f-aeca-aff2a0fbf65c",
            "last_updated": "2023-09-25T14:28:21.281870-04:00",
            "created_at": "2023-09-23T09:38:25.594831-04:00",
            "name": "MIL (B Woodruff)",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f38115e-64c7-4d17-bbb0-dfae99ac1e86/?format=api"
        },
        {
            "id": "cac630da-7e0f-4365-82c4-dd32464e8c86",
            "gambit_id": "fd158071-278d-4daf-ba82-ec6da87bdecf",
            "last_updated": "2023-09-25T14:28:21.285302-04:00",
            "created_at": "2023-09-23T09:38:25.598802-04:00",
            "name": "MIA (J Luzardo)",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f38115e-64c7-4d17-bbb0-dfae99ac1e86/?format=api"
        }
    ]
}