GET /api/bet_types/d09cdf20-cc01-4425-a42c-5b7c646617cd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d09cdf20-cc01-4425-a42c-5b7c646617cd",
    "match": "https://api-prod.gambitprofit.com/api/matches/24d8d4a3-840e-4d49-ae81-3a2d60757786/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-24T12:57:59.848649-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": "Washington Commanders",
                "amount": 6010.0
            },
            {
                "team": "Cincinnati Bengals",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "2eb54fbf-6c70-4ce5-99b6-da92789cf9dd",
            "gambit_id": "1448cb95-f12a-4d14-baee-9c1598b699d6",
            "last_updated": "2023-08-29T09:23:25.034304-04:00",
            "created_at": "2023-08-24T12:57:59.856496-04:00",
            "name": "Washington Commanders",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d09cdf20-cc01-4425-a42c-5b7c646617cd/?format=api"
        },
        {
            "id": "794a7ea1-16b0-45d7-b406-2a824a0304d7",
            "gambit_id": "160907ea-ef67-4657-836c-1f9299674467",
            "last_updated": "2023-08-29T09:23:25.030727-04:00",
            "created_at": "2023-08-24T12:57:59.852178-04:00",
            "name": "Cincinnati Bengals",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d09cdf20-cc01-4425-a42c-5b7c646617cd/?format=api"
        }
    ]
}