GET /api/bet_types/d2fb36bd-af60-4f69-97d6-f4b13e52aac9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d2fb36bd-af60-4f69-97d6-f4b13e52aac9",
    "match": "https://api-prod.gambitprofit.com/api/matches/adb4ff02-d5d4-4913-a0e3-67fd94c33769/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-23T09:38:25.156041-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": "PHI (Z Wheeler)",
                "amount": 6232.0
            },
            {
                "team": "NYM (J Quintana)",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "d4880bfd-814f-4761-91a9-0942bb056f9c",
            "gambit_id": "75b3b284-7291-4c5f-a20c-fe9548ed968d",
            "last_updated": "2023-09-25T14:28:22.275845-04:00",
            "created_at": "2023-09-23T09:38:25.163497-04:00",
            "name": "PHI (Z Wheeler)",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d2fb36bd-af60-4f69-97d6-f4b13e52aac9/?format=api"
        },
        {
            "id": "b9b7231a-de21-445b-b8eb-0c2b6b8425d7",
            "gambit_id": "80a8a70e-526d-4378-9ee9-2ff3e7f614f5",
            "last_updated": "2023-09-25T14:28:22.272537-04:00",
            "created_at": "2023-09-23T09:38:25.159831-04:00",
            "name": "NYM (J Quintana)",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d2fb36bd-af60-4f69-97d6-f4b13e52aac9/?format=api"
        }
    ]
}