GET /api/bet_types/55658fa2-31d0-448f-ad63-28286ad2815c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "55658fa2-31d0-448f-ad63-28286ad2815c",
    "match": "https://api-prod.gambitprofit.com/api/matches/eae00eb7-8883-4d89-8723-5b9222b11ee2/?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": "New Orleans Pelicans",
                "amount": 7084.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 2916.0
            }
        ],
        "expected_reward_tokens": 9563.4,
        "profit_sb": 63.4,
        "profit_sb_percentage": 0.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "d81193b5-f493-43c5-b8f0-3916594d0c05",
            "gambit_id": "ef3b184c-1d60-4a56-a676-49b0faee0792",
            "last_updated": "2022-10-22T09:27:32.904808-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.35000",
            "odds": "1.36360",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55658fa2-31d0-448f-ad63-28286ad2815c/?format=api"
        },
        {
            "id": "e969edec-3c01-47fe-8850-b29d9b015d17",
            "gambit_id": "2d286a9f-1e4b-4f27-a9df-0ce6883b5586",
            "last_updated": "2022-10-22T09:27:32.903669-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte Hornets",
            "reward": "3.28000",
            "odds": "3.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55658fa2-31d0-448f-ad63-28286ad2815c/?format=api"
        }
    ]
}