GET /api/bet_types/3de9c811-b099-490c-9006-b2b40c1730db/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3de9c811-b099-490c-9006-b2b40c1730db",
    "match": "https://api-prod.gambitprofit.com/api/matches/83a9cc4f-cbef-4ccd-b1dc-a01432597925/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-26T13:37:01.396665-04:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Boston Celtics",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10600.0,
        "profit_sb": 1100.0,
        "profit_sb_percentage": 11.58,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Boston Celtics",
                "amount": 8912.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 1088.0
            }
        ],
        "expected_reward_tokens": 9443.84,
        "profit_sb": -56.16,
        "profit_sb_percentage": -0.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "bc240535-641b-4be1-b595-b0090df16407",
            "gambit_id": "1d9f3e81-0225-45fa-b434-629fa2ba44b2",
            "last_updated": "2023-03-27T11:36:53.342777-04:00",
            "created_at": "2023-03-26T13:37:01.398532-04:00",
            "name": "Boston Celtics",
            "reward": "1.06000",
            "odds": "1.06250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3de9c811-b099-490c-9006-b2b40c1730db/?format=api"
        },
        {
            "id": "2c95642c-f74d-46cc-b709-4987c2cae1cc",
            "gambit_id": "a8f4013d-30cf-42da-a7ab-e50aeb837ea5",
            "last_updated": "2023-03-27T11:36:53.346303-04:00",
            "created_at": "2023-03-26T13:37:01.400528-04:00",
            "name": "San Antonio Spurs",
            "reward": "8.68000",
            "odds": "9.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3de9c811-b099-490c-9006-b2b40c1730db/?format=api"
        }
    ]
}