GET /api/bet_types/7781f95c-7dd2-4c11-8f19-625a403e337f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7781f95c-7dd2-4c11-8f19-625a403e337f",
    "match": "https://api-prod.gambitprofit.com/api/matches/2dcd002f-a424-43ec-a754-4ed6a53398c1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-13T08:57:55.522187-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": "Philadelphia 76ers",
                "amount": 8353.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 1647.0
            }
        ],
        "expected_reward_tokens": 9519.66,
        "profit_sb": 19.66,
        "profit_sb_percentage": 0.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "03009500-f301-4c5c-ba26-172938822c2a",
            "gambit_id": "0726aacd-2ecc-43de-afc7-aee133941982",
            "last_updated": "2023-12-15T10:08:18.113238-05:00",
            "created_at": "2023-12-13T08:57:55.526135-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.14000",
            "odds": "1.14290",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7781f95c-7dd2-4c11-8f19-625a403e337f/?format=api"
        },
        {
            "id": "e203a47b-c2c7-46f8-8701-287e25238eb8",
            "gambit_id": "3bcf2409-81f9-42d9-9af7-0e86f0ab60c7",
            "last_updated": "2023-12-15T10:08:18.116606-05:00",
            "created_at": "2023-12-13T08:57:55.532139-05:00",
            "name": "Detroit Pistons",
            "reward": "5.78000",
            "odds": "6.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7781f95c-7dd2-4c11-8f19-625a403e337f/?format=api"
        }
    ]
}