GET /api/bet_types/aba32663-7697-4d10-addf-8014ed39ea40/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aba32663-7697-4d10-addf-8014ed39ea40",
    "match": "https://api-prod.gambitprofit.com/api/matches/1f185047-6077-4178-a063-94034eb80226/?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": "Texas Tech",
                "amount": 6047.0
            },
            {
                "team": "Houston",
                "amount": 3953.0
            }
        ],
        "expected_reward_tokens": 9250.02,
        "profit_sb": 250.02,
        "profit_sb_percentage": 2.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "8a8649de-b543-43ca-aba5-588e180405c1",
            "gambit_id": "8807ab45-416a-4168-96d1-46892d5cfeba",
            "last_updated": "2022-09-11T10:52:28.972098-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas Tech",
            "reward": "1.53000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aba32663-7697-4d10-addf-8014ed39ea40/?format=api"
        },
        {
            "id": "9627edc2-11e7-4d98-8264-e28936177d74",
            "gambit_id": "27985c52-5eb1-4be0-b50e-d98c88c986e3",
            "last_updated": "2022-09-11T10:52:28.973109-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston",
            "reward": "2.34000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aba32663-7697-4d10-addf-8014ed39ea40/?format=api"
        }
    ]
}