GET /api/bet_types/8fd6f254-08f5-4cf9-bf8c-aa2bd1cbfe49/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8fd6f254-08f5-4cf9-bf8c-aa2bd1cbfe49",
    "match": "https://api-prod.gambitprofit.com/api/matches/126f280a-4a1a-4518-8e32-f6c3de23b60e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-29T16:26:59.116708-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": "Dillon Winemiller",
                "amount": 6272.0
            },
            {
                "team": "Matthew Maestas",
                "amount": 3728.0
            }
        ],
        "expected_reward_tokens": 9094.4,
        "profit_sb": -405.6,
        "profit_sb_percentage": -4.27,
        "recommended": false
    },
    "lines": [
        {
            "id": "bea9177e-92e3-4150-9b6a-b8ec9edd2797",
            "gambit_id": "3ab13758-faa7-430b-920b-567405880373",
            "last_updated": "2023-04-30T15:22:12.092011-04:00",
            "created_at": "2023-04-29T16:26:59.118047-04:00",
            "name": "Dillon Winemiller",
            "reward": "1.45000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8fd6f254-08f5-4cf9-bf8c-aa2bd1cbfe49/?format=api"
        },
        {
            "id": "442affcf-15c2-444d-9066-bdb202901374",
            "gambit_id": "3d366fdf-f41d-4c72-a580-bf717089b6e9",
            "last_updated": "2023-04-30T15:22:12.093407-04:00",
            "created_at": "2023-04-29T16:26:59.119477-04:00",
            "name": "Matthew Maestas",
            "reward": "2.44000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8fd6f254-08f5-4cf9-bf8c-aa2bd1cbfe49/?format=api"
        }
    ]
}