GET /api/bet_types/047b2a92-96b9-4ce3-ba50-1e380c634eec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "047b2a92-96b9-4ce3-ba50-1e380c634eec",
    "match": "https://api-prod.gambitprofit.com/api/matches/c6c241de-35c0-4fe0-9ccb-c4939334a8a5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-24T13:02:09.805496-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": "MIN (S Gray)",
                "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": "64ad20f0-8015-4693-ac61-a9af12d36928",
            "gambit_id": "d3f133f9-f42c-44cc-91a4-58ef5467b599",
            "last_updated": "2023-04-25T11:42:20.462902-04:00",
            "created_at": "2023-04-24T13:02:09.808037-04:00",
            "name": "MIN (S Gray)",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/047b2a92-96b9-4ce3-ba50-1e380c634eec/?format=api"
        },
        {
            "id": "5a95b81a-0476-44c2-b80c-77573c5d2622",
            "gambit_id": "81e74cf3-0853-48ff-a5e4-6eb07b4673ca",
            "last_updated": "2023-04-25T11:42:20.465117-04:00",
            "created_at": "2023-04-24T13:02:09.810420-04:00",
            "name": "NYY (J Brito)",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/047b2a92-96b9-4ce3-ba50-1e380c634eec/?format=api"
        }
    ]
}