GET /api/bet_types/d304b42f-016e-4399-9053-1b8cf0ca2ccc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d304b42f-016e-4399-9053-1b8cf0ca2ccc",
    "match": "https://api-prod.gambitprofit.com/api/matches/a0bcf91d-7d0d-4842-a416-a103a5038338/?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": "Bad News Eagles",
                "amount": 5123.0
            },
            {
                "team": "00Nation",
                "amount": 4877.0
            }
        ],
        "expected_reward_tokens": 9118.94,
        "profit_sb": -381.06,
        "profit_sb_percentage": -4.01,
        "recommended": false
    },
    "lines": [
        {
            "id": "9616fea4-7cf7-4d54-ba80-16790b4674ea",
            "gambit_id": "b1823c2e-6afc-4c07-9507-7b301d20e5a1",
            "last_updated": "2022-12-24T17:12:23.818591-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Bad News Eagles",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d304b42f-016e-4399-9053-1b8cf0ca2ccc/?format=api"
        },
        {
            "id": "5ed63036-9679-44ba-a8b1-8eab43f591bd",
            "gambit_id": "16c60e98-a76b-498f-91ef-8828da50f3e1",
            "last_updated": "2022-12-24T17:12:23.817441-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "00Nation",
            "reward": "1.87000",
            "odds": "1.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d304b42f-016e-4399-9053-1b8cf0ca2ccc/?format=api"
        }
    ]
}