GET /api/bet_types/5adcd1e4-a228-4c99-a81e-e39640b053f7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5adcd1e4-a228-4c99-a81e-e39640b053f7",
    "match": "https://api-prod.gambitprofit.com/api/matches/0708ac3f-3bda-4373-bde3-b5c4539bf826/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-28T11:22:19.149490-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": "NYM",
                "amount": 5773.0
            },
            {
                "team": "ATL",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "c679c103-4320-4eab-a7e5-37654371f05f",
            "gambit_id": "2a05e9b9-df88-4d97-b583-b3db58291fe6",
            "last_updated": "2023-04-30T12:47:15.225728-04:00",
            "created_at": "2023-04-28T11:22:19.150678-04:00",
            "name": "NYM",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5adcd1e4-a228-4c99-a81e-e39640b053f7/?format=api"
        },
        {
            "id": "5858bab3-09d9-4bfd-abc2-fef000b1cb56",
            "gambit_id": "6c26cd31-96a7-42bb-83d6-f2496988092b",
            "last_updated": "2023-04-30T12:47:15.227546-04:00",
            "created_at": "2023-04-28T11:22:19.152013-04:00",
            "name": "ATL",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5adcd1e4-a228-4c99-a81e-e39640b053f7/?format=api"
        }
    ]
}