GET /api/bet_types/119bc514-6c96-45bc-888b-a15ed7d424e5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "119bc514-6c96-45bc-888b-a15ed7d424e5",
    "match": "https://api-prod.gambitprofit.com/api/matches/e5f0c7a2-bad6-4eab-951d-9b255e8405c9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-20T11:36:57.706342-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": "Texas",
                "amount": 6399.0
            },
            {
                "team": "Xavier",
                "amount": 3601.0
            }
        ],
        "expected_reward_tokens": 9470.52,
        "profit_sb": -29.48,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "d41efe47-9392-48e5-984d-e9466355bcbf",
            "gambit_id": "76cfaa84-c854-4767-86e3-a035963445af",
            "last_updated": "2023-03-26T13:37:02.980953-04:00",
            "created_at": "2023-03-20T11:36:57.708985-04:00",
            "name": "Texas",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/119bc514-6c96-45bc-888b-a15ed7d424e5/?format=api"
        },
        {
            "id": "530e33d5-7b46-443f-bd04-6daa11fca26b",
            "gambit_id": "5ee8461d-3b94-463d-8954-fe243afe4fd7",
            "last_updated": "2023-03-26T13:37:02.982665-04:00",
            "created_at": "2023-03-20T11:36:57.711773-04:00",
            "name": "Xavier",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/119bc514-6c96-45bc-888b-a15ed7d424e5/?format=api"
        }
    ]
}