GET /api/bet_types/6d23363c-526e-4d1b-a204-ab023f32b03c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6d23363c-526e-4d1b-a204-ab023f32b03c",
    "match": "https://api-prod.gambitprofit.com/api/matches/0e1a0daa-d245-412d-9eb1-8b3a5fcb5571/?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": "St Louis Cardinals",
                "amount": 7029.0
            },
            {
                "team": "Cincinnati Reds",
                "amount": 2971.0
            }
        ],
        "expected_reward_tokens": 9207.99,
        "profit_sb": 207.99,
        "profit_sb_percentage": 2.31,
        "recommended": true
    },
    "lines": [
        {
            "id": "d4f3a048-a661-4237-ab5a-b2ccfd0fe6b5",
            "gambit_id": "38c81f4f-7f13-4dfd-916f-fa918ed810d6",
            "last_updated": "2022-09-17T17:07:23.867999-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "St Louis Cardinals",
            "reward": "1.31000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d23363c-526e-4d1b-a204-ab023f32b03c/?format=api"
        },
        {
            "id": "e87e41e9-2b70-4282-b164-10854dc4fd01",
            "gambit_id": "4ecba991-93c6-4a82-94a3-3ed09acc7a23",
            "last_updated": "2022-09-17T17:07:23.869082-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cincinnati Reds",
            "reward": "3.10000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d23363c-526e-4d1b-a204-ab023f32b03c/?format=api"
        }
    ]
}