GET /api/bet_types/d32fb54f-0918-4f58-895f-1ec56cae2dff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d32fb54f-0918-4f58-895f-1ec56cae2dff",
    "match": "https://api-prod.gambitprofit.com/api/matches/08b85e57-5bb7-4b99-8608-e883f5e39bca/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-14T12:02:13.265239-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": "MIA (T Rogers)",
                "amount": 6025.0
            },
            {
                "team": "ARI (M Bumgarner)",
                "amount": 3975.0
            }
        ],
        "expected_reward_tokens": 9579.75,
        "profit_sb": 79.75,
        "profit_sb_percentage": 0.84,
        "recommended": true
    },
    "lines": [
        {
            "id": "dee64060-3c03-433f-938d-0d75398f3a03",
            "gambit_id": "34f8d90f-d5cb-4b43-8b4f-4c7ade0cb487",
            "last_updated": "2023-04-15T15:47:03.356241-04:00",
            "created_at": "2023-04-14T12:02:13.268869-04:00",
            "name": "MIA (T Rogers)",
            "reward": "1.59000",
            "odds": "1.61350",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d32fb54f-0918-4f58-895f-1ec56cae2dff/?format=api"
        },
        {
            "id": "4a4f7f53-81c2-47df-bb1e-d357b2b2f03e",
            "gambit_id": "433f7f34-1cec-4b67-9b2e-5465b201659d",
            "last_updated": "2023-04-15T15:47:03.353654-04:00",
            "created_at": "2023-04-14T12:02:13.267001-04:00",
            "name": "ARI (M Bumgarner)",
            "reward": "2.41000",
            "odds": "2.48000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d32fb54f-0918-4f58-895f-1ec56cae2dff/?format=api"
        }
    ]
}