GET /api/bet_types/bfdc588a-14e7-472f-9506-14fc4e5a20cf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bfdc588a-14e7-472f-9506-14fc4e5a20cf",
    "match": "https://api-prod.gambitprofit.com/api/matches/6a204ad4-6e97-4d89-95a4-a479039bbc0a/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Memphis",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10800.0,
        "profit_sb": 1800.0,
        "profit_sb_percentage": 20.0,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Memphis",
                "amount": 8753.0
            },
            {
                "team": "Temple",
                "amount": 1247.0
            }
        ],
        "expected_reward_tokens": 9452.26,
        "profit_sb": 452.26,
        "profit_sb_percentage": 5.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "b76a152c-639c-41c0-a6c1-61a51ab63cea",
            "gambit_id": "0919cd26-d3b3-4fd7-b863-add4b863cb06",
            "last_updated": "2022-10-02T15:17:25.342754-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Memphis",
            "reward": "1.08000",
            "odds": "1.08330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfdc588a-14e7-472f-9506-14fc4e5a20cf/?format=api"
        },
        {
            "id": "ffd2fb95-ce61-4acd-9402-d22922e27b96",
            "gambit_id": "71d2929d-1e48-487a-b468-58bdb2f93dff",
            "last_updated": "2022-10-02T15:17:25.343819-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Temple",
            "reward": "7.58000",
            "odds": "8.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfdc588a-14e7-472f-9506-14fc4e5a20cf/?format=api"
        }
    ]
}