GET /api/bet_types/fd4ef1f2-409e-420e-9944-e8e91477069b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fd4ef1f2-409e-420e-9944-e8e91477069b",
    "match": "https://api-prod.gambitprofit.com/api/matches/336b029a-bf64-49ac-889b-1345b5b114fe/?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": "PHI (C Sanchez)",
                "amount": 6768.0
            },
            {
                "team": "CIN (T Zeuch)",
                "amount": 3232.0
            }
        ],
        "expected_reward_tokens": 9339.84,
        "profit_sb": 339.84,
        "profit_sb_percentage": 3.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "f46aa38b-d092-4cec-98e7-a03ffbf3320c",
            "gambit_id": "a4ac485f-8826-4f09-b5fa-b0f3857ae3dd",
            "last_updated": "2022-08-25T10:17:07.991042-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI (C Sanchez)",
            "reward": "1.38000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd4ef1f2-409e-420e-9944-e8e91477069b/?format=api"
        },
        {
            "id": "742b5ded-a5fb-49f4-ba96-0fe9e54ed000",
            "gambit_id": "9498018e-5ffe-4c3b-a2a7-b9bdb81e933e",
            "last_updated": "2022-08-25T10:17:07.991431-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN (T Zeuch)",
            "reward": "2.89000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd4ef1f2-409e-420e-9944-e8e91477069b/?format=api"
        }
    ]
}