GET /api/bet_types/18f76275-0241-45a4-a81d-3b1feb12e5cd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "18f76275-0241-45a4-a81d-3b1feb12e5cd",
    "match": "https://api-prod.gambitprofit.com/api/matches/968219eb-cd3b-4169-9397-2123c163b264/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-22T13:07:00.472111-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": "ATL",
                "amount": 6100.0
            },
            {
                "team": "HOU",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "abd30bcf-a171-4f54-8b03-f6657568ad18",
            "gambit_id": "9efc826c-250c-4842-8125-51cdaf627ecf",
            "last_updated": "2023-04-23T12:41:54.934392-04:00",
            "created_at": "2023-04-22T13:07:00.473783-04:00",
            "name": "ATL",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18f76275-0241-45a4-a81d-3b1feb12e5cd/?format=api"
        },
        {
            "id": "467cf778-b0d0-4898-9ae8-b7ee62606a1d",
            "gambit_id": "52bc939b-b71d-46b7-912b-f99818f3f883",
            "last_updated": "2023-04-23T12:41:54.936242-04:00",
            "created_at": "2023-04-22T13:07:00.475482-04:00",
            "name": "HOU",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18f76275-0241-45a4-a81d-3b1feb12e5cd/?format=api"
        }
    ]
}