GET /api/bet_types/7c10e8e2-35c2-4d27-a611-53709d30cb70/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7c10e8e2-35c2-4d27-a611-53709d30cb70",
    "match": "https://api-prod.gambitprofit.com/api/matches/71a749a3-ae41-4fde-9ff9-0c2416833be4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-09T11:07:11.251572-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": "ARI (B Pfaadt)",
                "amount": 5117.0
            },
            {
                "team": "MIA (J Luzardo)",
                "amount": 4883.0
            }
        ],
        "expected_reward_tokens": 9568.79,
        "profit_sb": 68.79,
        "profit_sb_percentage": 0.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "ba9076bd-3c42-43c5-b789-54ae09bd8830",
            "gambit_id": "f1a214dd-0a31-4f4c-a438-088c13ea11f7",
            "last_updated": "2023-05-10T15:27:06.702965-04:00",
            "created_at": "2023-05-09T11:07:11.253036-04:00",
            "name": "ARI (B Pfaadt)",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c10e8e2-35c2-4d27-a611-53709d30cb70/?format=api"
        },
        {
            "id": "4b8e9070-e1f9-4d17-a12d-a9c788737315",
            "gambit_id": "327c8447-5d90-41b1-b61a-45dc0128605a",
            "last_updated": "2023-05-10T15:27:06.704721-04:00",
            "created_at": "2023-05-09T11:07:11.254694-04:00",
            "name": "MIA (J Luzardo)",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c10e8e2-35c2-4d27-a611-53709d30cb70/?format=api"
        }
    ]
}