GET /api/bet_types/efe538b3-b711-4b35-97ad-56cd048002e6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "efe538b3-b711-4b35-97ad-56cd048002e6",
    "match": "https://api-prod.gambitprofit.com/api/matches/2450cad7-382c-41c6-8703-11c7304144f5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-23T09:28:11.272180-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 (J Luzardo)",
                "amount": 6557.0
            },
            {
                "team": "PIT (L Ortiz)",
                "amount": 3443.0
            }
        ],
        "expected_reward_tokens": 9571.54,
        "profit_sb": 71.54,
        "profit_sb_percentage": 0.75,
        "recommended": true
    },
    "lines": [
        {
            "id": "7dd8fade-8e08-4526-9289-6ba23ddff855",
            "gambit_id": "8569000a-e384-4eb7-8f9d-69b7de5c5045",
            "last_updated": "2023-06-26T10:23:06.030703-04:00",
            "created_at": "2023-06-23T09:28:11.275518-04:00",
            "name": "MIA (J Luzardo)",
            "reward": "1.46000",
            "odds": "1.47620",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efe538b3-b711-4b35-97ad-56cd048002e6/?format=api"
        },
        {
            "id": "9ff325c5-779a-41c3-8820-6bede26e05a3",
            "gambit_id": "0b67a35a-5372-42ec-a0fc-6629e9b2f0e2",
            "last_updated": "2023-06-26T10:23:06.027966-04:00",
            "created_at": "2023-06-23T09:28:11.273868-04:00",
            "name": "PIT (L Ortiz)",
            "reward": "2.78000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efe538b3-b711-4b35-97ad-56cd048002e6/?format=api"
        }
    ]
}