GET /api/bet_types/60e9f16d-45a8-467e-934f-d4a0050c8646/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "60e9f16d-45a8-467e-934f-d4a0050c8646",
    "match": "https://api-prod.gambitprofit.com/api/matches/7a379dbb-f644-4196-b995-493f05044af2/?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": "HOU (C Javier)",
                "amount": 5884.0
            },
            {
                "team": "BAL (A Voth)",
                "amount": 4116.0
            }
        ],
        "expected_reward_tokens": 9178.68,
        "profit_sb": 178.68,
        "profit_sb_percentage": 1.99,
        "recommended": true
    },
    "lines": [
        {
            "id": "28bceba4-db3c-46b0-87d8-567c65fa10e3",
            "gambit_id": "276bcc44-d18e-4d48-ac55-f7583b14198d",
            "last_updated": "2022-09-26T10:37:13.845077-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU (C Javier)",
            "reward": "1.56000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60e9f16d-45a8-467e-934f-d4a0050c8646/?format=api"
        },
        {
            "id": "17bbd69e-cb82-4d57-a763-331a1570d297",
            "gambit_id": "b5f559eb-bf26-4a94-a90e-8a99488acd79",
            "last_updated": "2022-09-26T10:37:13.844004-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL (A Voth)",
            "reward": "2.23000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60e9f16d-45a8-467e-934f-d4a0050c8646/?format=api"
        }
    ]
}