GET /api/bet_types/48106b75-8d21-4947-871b-b841990f1708/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "48106b75-8d21-4947-871b-b841990f1708",
    "match": "https://api-prod.gambitprofit.com/api/matches/34ec037b-5251-496b-9a32-2678c5c1c576/?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": "Charlotte Hornets",
                "amount": 5106.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9445.42,
        "profit_sb": -54.58,
        "profit_sb_percentage": -0.57,
        "recommended": false
    },
    "lines": [
        {
            "id": "578c88fb-4b8b-441d-8fa2-7bba9b07ee2d",
            "gambit_id": "14f0d04d-bb47-4937-9303-c3f861c2b56c",
            "last_updated": "2022-10-20T09:31:58.620442-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.85000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48106b75-8d21-4947-871b-b841990f1708/?format=api"
        },
        {
            "id": "c09d7763-9661-40a4-b92d-e98d62aa5d99",
            "gambit_id": "43100de2-d01a-4936-a57e-801e0995ef46",
            "last_updated": "2022-10-20T09:31:58.621674-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.93000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48106b75-8d21-4947-871b-b841990f1708/?format=api"
        }
    ]
}