GET /api/bet_types/3bd51808-1289-4367-b027-24aa807fd70f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3bd51808-1289-4367-b027-24aa807fd70f",
    "match": "https://api-prod.gambitprofit.com/api/matches/a024b772-7a60-426f-9c08-3cc0e7a4b89c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-23T09:06:51.934511-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": "New Orleans Pelicans",
                "amount": 7563.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 2437.0
            }
        ],
        "expected_reward_tokens": 9453.75,
        "profit_sb": -46.25,
        "profit_sb_percentage": -0.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "1afc66f0-41b8-4a0b-94c9-24eabc261cfc",
            "gambit_id": "a1517c3a-2447-42bd-ac4a-d4f3506b7fe0",
            "last_updated": "2023-03-24T10:27:20.883938-04:00",
            "created_at": "2023-03-23T09:06:51.936246-04:00",
            "name": "New Orleans Pelicans",
            "reward": "1.25000",
            "odds": "1.26320",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bd51808-1289-4367-b027-24aa807fd70f/?format=api"
        },
        {
            "id": "6042089e-b011-423c-a984-12401407f00a",
            "gambit_id": "42f278c8-5360-4bc3-85b4-0b4c5d50f814",
            "last_updated": "2023-03-24T10:27:20.885833-04:00",
            "created_at": "2023-03-23T09:06:51.938039-04:00",
            "name": "Charlotte Hornets",
            "reward": "3.88000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bd51808-1289-4367-b027-24aa807fd70f/?format=api"
        }
    ]
}