GET /api/bet_types/2b19561c-8996-4339-ad7d-4f37831711f5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2b19561c-8996-4339-ad7d-4f37831711f5",
    "match": "https://api-prod.gambitprofit.com/api/matches/833c93fc-502c-444b-a89f-17a3a5015159/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-24T13:08:01.308849-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": "WAS (P Corbin)",
                "amount": 6104.0
            },
            {
                "team": "COL (J Bird)",
                "amount": 3896.0
            }
        ],
        "expected_reward_tokens": 9583.28,
        "profit_sb": 83.28,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "9480d22a-7ffc-420c-8dd6-ac7fe294ec91",
            "gambit_id": "3637516a-8404-4b15-b431-79f92534f5ce",
            "last_updated": "2023-07-25T20:22:55.995409-04:00",
            "created_at": "2023-07-24T13:08:01.318875-04:00",
            "name": "WAS (P Corbin)",
            "reward": "1.57000",
            "odds": "1.59520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b19561c-8996-4339-ad7d-4f37831711f5/?format=api"
        },
        {
            "id": "768becb0-4128-4315-b901-f57a144b079b",
            "gambit_id": "0abb6523-86ee-4799-96b8-b8c0000cd5da",
            "last_updated": "2023-07-25T20:22:55.992072-04:00",
            "created_at": "2023-07-24T13:08:01.314439-04:00",
            "name": "COL (J Bird)",
            "reward": "2.46000",
            "odds": "2.53000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b19561c-8996-4339-ad7d-4f37831711f5/?format=api"
        }
    ]
}