GET /api/bet_types/7149e3fa-053b-4ec6-ac5c-9149402e0774/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7149e3fa-053b-4ec6-ac5c-9149402e0774",
    "match": "https://api-prod.gambitprofit.com/api/matches/94b13997-c74b-46fe-b47e-d5f3a95d511e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-11T10:08:16.351728-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": "CHC",
                "amount": 5867.0
            },
            {
                "team": "SFO",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "95751e3b-9d70-4907-aec3-443d475a7da0",
            "gambit_id": "f9d3c67f-dc39-47d7-9738-0431331c355c",
            "last_updated": "2023-06-12T10:48:20.076505-04:00",
            "created_at": "2023-06-11T10:08:16.353875-04:00",
            "name": "CHC",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7149e3fa-053b-4ec6-ac5c-9149402e0774/?format=api"
        },
        {
            "id": "31f00237-4867-4ef8-900f-b01b8c7081fb",
            "gambit_id": "e7145807-7a83-410d-9f9c-6d6ff4c0c465",
            "last_updated": "2023-06-12T10:48:20.079228-04:00",
            "created_at": "2023-06-11T10:08:16.355896-04:00",
            "name": "SFO",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7149e3fa-053b-4ec6-ac5c-9149402e0774/?format=api"
        }
    ]
}