GET /api/bet_types/16afeb2a-fd90-4f0b-9ef6-3bd15713e4bd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "16afeb2a-fd90-4f0b-9ef6-3bd15713e4bd",
    "match": "https://api-prod.gambitprofit.com/api/matches/2c7e569c-604a-41f0-994f-dede7f36f2bb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-11T11:43:21.756987-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": "Detroit Lions",
                "amount": 5000.0
            },
            {
                "team": "New York Giants",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "51cf0af9-0bbb-49b2-8de9-b3df95892f90",
            "gambit_id": "51168f9b-46e0-430a-b3b5-b75b3247a311",
            "last_updated": "2023-08-12T18:28:11.343125-04:00",
            "created_at": "2023-08-11T11:43:21.764973-04:00",
            "name": "Detroit Lions",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16afeb2a-fd90-4f0b-9ef6-3bd15713e4bd/?format=api"
        },
        {
            "id": "6482c1c3-cd24-4c5a-afe8-c10e95efee1f",
            "gambit_id": "816fdfd6-9436-474e-977e-885ed83dd3b6",
            "last_updated": "2023-08-12T18:28:11.339626-04:00",
            "created_at": "2023-08-11T11:43:21.760921-04:00",
            "name": "New York Giants",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16afeb2a-fd90-4f0b-9ef6-3bd15713e4bd/?format=api"
        }
    ]
}