GET /api/bet_types/56727fa6-4578-492e-af09-d7ffee0ec6c7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "56727fa6-4578-492e-af09-d7ffee0ec6c7",
    "match": "https://api-prod.gambitprofit.com/api/matches/6e99f0dc-9c26-4fdb-a8a1-3f53ee268028/?format=api",
    "name": "Play the Odds",
    "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": "STL",
                "amount": 5580.0
            },
            {
                "team": "CIN",
                "amount": 4420.0
            }
        ],
        "expected_reward_tokens": 9149.4,
        "profit_sb": 149.4,
        "profit_sb_percentage": 1.66,
        "recommended": true
    },
    "lines": [
        {
            "id": "7e6bddea-8632-41b0-964f-2a369e4b3bb7",
            "gambit_id": "5c938d11-d182-484e-87b8-dbfc63de8365",
            "last_updated": "2022-08-31T12:17:00.212963-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL",
            "reward": "1.64000",
            "odds": "1.71430",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56727fa6-4578-492e-af09-d7ffee0ec6c7/?format=api"
        },
        {
            "id": "c59eb814-1124-46f2-bcc9-7e4b0ac531ee",
            "gambit_id": "8ed7b197-2a34-4384-8a76-cf88d8d02492",
            "last_updated": "2022-08-31T12:17:00.212561-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN",
            "reward": "2.07000",
            "odds": "2.20000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56727fa6-4578-492e-af09-d7ffee0ec6c7/?format=api"
        }
    ]
}