GET /api/bet_types/9eeec3ff-ec9a-4444-b0f1-fc4b72d25646/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9eeec3ff-ec9a-4444-b0f1-fc4b72d25646",
    "match": "https://api-prod.gambitprofit.com/api/matches/4e648569-8b0e-4ae4-9472-235833ebd028/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": "NYM (C Carrasco)",
                "amount": 5890.0
            },
            {
                "team": "MIA (P Lopez)",
                "amount": 4110.0
            }
        ],
        "expected_reward_tokens": 9247.3,
        "profit_sb": 247.3,
        "profit_sb_percentage": 2.75,
        "recommended": true
    },
    "lines": [
        {
            "id": "cfb9a9ae-aa3c-4a8f-a9d6-3ea7f6bc4e55",
            "gambit_id": "4699c330-6f26-47c7-9b72-66b3a06265a5",
            "last_updated": "2022-09-11T18:22:14.311686-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM (C Carrasco)",
            "reward": "1.57000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9eeec3ff-ec9a-4444-b0f1-fc4b72d25646/?format=api"
        },
        {
            "id": "998276c0-0063-4766-bed5-20a15768d56b",
            "gambit_id": "91c5a5f6-dd6e-463b-8d7f-00e2f03ee3e6",
            "last_updated": "2022-09-11T18:22:14.310696-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA (P Lopez)",
            "reward": "2.25000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9eeec3ff-ec9a-4444-b0f1-fc4b72d25646/?format=api"
        }
    ]
}