GET /api/bet_types/a490795f-0054-4d8a-b169-42c27ecbec0a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a490795f-0054-4d8a-b169-42c27ecbec0a",
    "match": "https://api-prod.gambitprofit.com/api/matches/5580cf94-79b3-4190-84aa-0dc253129653/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-05T10:57:15.603836-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": "Vegas Golden Knights",
                "amount": 5421.0
            },
            {
                "team": "Florida Panthers",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "be027751-73cd-448d-b2e5-fe732a956e74",
            "gambit_id": "a6b31667-da7e-40db-a51e-b5d661e0701b",
            "last_updated": "2023-06-06T16:06:50.930281-04:00",
            "created_at": "2023-06-05T10:57:15.608795-04:00",
            "name": "Vegas Golden Knights",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a490795f-0054-4d8a-b169-42c27ecbec0a/?format=api"
        },
        {
            "id": "d4f12596-9952-46fc-8845-cd2f0598d730",
            "gambit_id": "0b4cb44d-b36f-4ea6-a54f-94b80401d12a",
            "last_updated": "2023-06-06T16:06:50.927725-04:00",
            "created_at": "2023-06-05T10:57:15.606270-04:00",
            "name": "Florida Panthers",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a490795f-0054-4d8a-b169-42c27ecbec0a/?format=api"
        }
    ]
}