GET /api/bet_types/2253aa4d-3456-44f5-9bd6-863743e95efb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2253aa4d-3456-44f5-9bd6-863743e95efb",
    "match": "https://api-prod.gambitprofit.com/api/matches/6072357b-167f-4c51-85c1-ee1afcc3fb38/?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": "Milwaukee Bucks",
                "amount": 5399.0
            },
            {
                "team": "Utah Jazz",
                "amount": 4601.0
            }
        ],
        "expected_reward_tokens": 9016.33,
        "profit_sb": 16.33,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "fc27ad5b-9dbf-49c1-b18b-7c488510d511",
            "gambit_id": "d36a25fe-23d0-4221-96ef-dfd2112c0690",
            "last_updated": "2022-12-19T10:32:30.167206-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.67000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2253aa4d-3456-44f5-9bd6-863743e95efb/?format=api"
        },
        {
            "id": "6fe46b81-629c-4913-838c-5359139e5ca0",
            "gambit_id": "c34d7d26-bf69-4e6b-8b6d-851da364b77b",
            "last_updated": "2022-12-19T10:32:30.166178-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah Jazz",
            "reward": "1.96000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2253aa4d-3456-44f5-9bd6-863743e95efb/?format=api"
        }
    ]
}