GET /api/bet_types/575b966a-86e0-4a72-b366-4b9cc38c33f7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "575b966a-86e0-4a72-b366-4b9cc38c33f7",
    "match": "https://api-prod.gambitprofit.com/api/matches/cf8bba4a-0002-4313-a1f6-1a9486cc2674/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-29T16:26:58.784297-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 (N Eovaldi)",
                "amount": 5909.0
            },
            {
                "team": "NYY (J Brito)",
                "amount": 4091.0
            }
        ],
        "expected_reward_tokens": 9572.58,
        "profit_sb": 72.58,
        "profit_sb_percentage": 0.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "c7118a1e-20d3-4630-9fe2-e8e479792a9b",
            "gambit_id": "4807638c-24b3-49f5-b6a9-b03d17d6ea85",
            "last_updated": "2023-04-30T15:32:15.248049-04:00",
            "created_at": "2023-04-29T16:26:58.785863-04:00",
            "name": "TEX (N Eovaldi)",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/575b966a-86e0-4a72-b366-4b9cc38c33f7/?format=api"
        },
        {
            "id": "019171b2-5778-4998-952c-feb55e116a7f",
            "gambit_id": "c83fe49b-cf20-4da6-91ac-fa888fa6646a",
            "last_updated": "2023-04-30T15:32:15.249164-04:00",
            "created_at": "2023-04-29T16:26:58.787505-04:00",
            "name": "NYY (J Brito)",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/575b966a-86e0-4a72-b366-4b9cc38c33f7/?format=api"
        }
    ]
}