GET /api/bet_types/3dfd9741-06b2-462b-9060-0d28a065f6ce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3dfd9741-06b2-462b-9060-0d28a065f6ce",
    "match": "https://api-prod.gambitprofit.com/api/matches/92d0c4b6-f9d3-4044-9ca0-50b3da767e8e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-02T10:32:07.062272-04: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": "COL",
                "amount": 6241.0
            },
            {
                "team": "KAN",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "7b67de7f-e6f6-4bbe-9a3d-61a6e75657ec",
            "gambit_id": "cf4ae55a-e970-481e-8bb2-d3acc854803b",
            "last_updated": "2023-06-04T13:22:21.609282-04:00",
            "created_at": "2023-06-02T10:32:07.064473-04:00",
            "name": "COL",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3dfd9741-06b2-462b-9060-0d28a065f6ce/?format=api"
        },
        {
            "id": "b695bbd3-cc51-4560-8bc5-e5f79b761097",
            "gambit_id": "e35d1a51-2b9b-4142-9965-852ab11b213f",
            "last_updated": "2023-06-04T13:22:21.611203-04:00",
            "created_at": "2023-06-02T10:32:07.067036-04:00",
            "name": "KAN",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3dfd9741-06b2-462b-9060-0d28a065f6ce/?format=api"
        }
    ]
}