GET /api/bet_types/57889cf6-da09-482c-baa4-39954f999e87/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "57889cf6-da09-482c-baa4-39954f999e87",
    "match": "https://api-prod.gambitprofit.com/api/matches/2b5419d1-0ac6-467e-8834-d3c24028151b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-20T09:13:17.397274-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": "TEX (J Montgomery)",
                "amount": 5066.0
            },
            {
                "team": "HOU (J Verlander)",
                "amount": 4934.0
            }
        ],
        "expected_reward_tokens": 9522.62,
        "profit_sb": 22.62,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "31748782-7a5b-4e5f-993d-a80c35784a95",
            "gambit_id": "52fd04e7-a1c4-4357-83a6-a5b523d8a87f",
            "last_updated": "2023-10-21T10:13:18.150651-04:00",
            "created_at": "2023-10-20T09:13:17.409088-04:00",
            "name": "TEX (J Montgomery)",
            "reward": "1.88000",
            "odds": "1.92590",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57889cf6-da09-482c-baa4-39954f999e87/?format=api"
        },
        {
            "id": "b33dff37-864c-4c93-baa3-e93ab293ea48",
            "gambit_id": "0e2bf877-d5c5-4a40-8acf-893d352ba8f0",
            "last_updated": "2023-10-21T10:13:18.147044-04:00",
            "created_at": "2023-10-20T09:13:17.403902-04:00",
            "name": "HOU (J Verlander)",
            "reward": "1.93000",
            "odds": "1.98040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57889cf6-da09-482c-baa4-39954f999e87/?format=api"
        }
    ]
}