GET /api/bet_types/6df77d8b-8268-47ed-84ac-6b3937f475a2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6df77d8b-8268-47ed-84ac-6b3937f475a2",
    "match": "https://api-prod.gambitprofit.com/api/matches/22b02ee8-44d1-4c65-a861-29543a5a07f7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-29T08:08:09.413463-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": "CIN",
                "amount": 5319.0
            },
            {
                "team": "LOS",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "732f49a5-7d8e-468e-b6fe-952890d797b9",
            "gambit_id": "c21c60df-0baf-40f5-8336-fbc07d105f39",
            "last_updated": "2023-07-31T11:33:28.287587-04:00",
            "created_at": "2023-07-29T08:08:09.417370-04:00",
            "name": "CIN",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6df77d8b-8268-47ed-84ac-6b3937f475a2/?format=api"
        },
        {
            "id": "22972d9c-506e-4236-9275-e310089e1781",
            "gambit_id": "68353c12-3079-43a8-9557-556209a31fcf",
            "last_updated": "2023-07-31T11:33:28.292477-04:00",
            "created_at": "2023-07-29T08:08:09.429599-04:00",
            "name": "LOS",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6df77d8b-8268-47ed-84ac-6b3937f475a2/?format=api"
        }
    ]
}