GET /api/bet_types/d5cd49a8-8c96-411a-af13-f1ee0083e6db/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d5cd49a8-8c96-411a-af13-f1ee0083e6db",
    "match": "https://api-prod.gambitprofit.com/api/matches/2d6dafa0-d516-49b9-9a67-2b7f3e309e02/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-24T08:58:06.088614-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 (J Gray)",
                "amount": 5711.0
            },
            {
                "team": "NYY (L Severino)",
                "amount": 4289.0
            }
        ],
        "expected_reward_tokens": 9650.25,
        "profit_sb": 150.25,
        "profit_sb_percentage": 1.58,
        "recommended": true
    },
    "lines": [
        {
            "id": "9b06b091-000e-488f-94f5-aff235a4b8c4",
            "gambit_id": "60db9c57-5cd7-40a4-a315-c02cf5473070",
            "last_updated": "2023-06-26T10:43:16.872071-04:00",
            "created_at": "2023-06-24T08:58:06.093082-04:00",
            "name": "TEX (J Gray)",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5cd49a8-8c96-411a-af13-f1ee0083e6db/?format=api"
        },
        {
            "id": "416b49b9-cb47-44ea-b852-512903d56957",
            "gambit_id": "ed062161-b230-4177-9ef2-d5cca0ce365a",
            "last_updated": "2023-06-26T10:43:16.869355-04:00",
            "created_at": "2023-06-24T08:58:06.090816-04:00",
            "name": "NYY (L Severino)",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5cd49a8-8c96-411a-af13-f1ee0083e6db/?format=api"
        }
    ]
}