GET /api/bet_types/572352cb-c3f1-4164-86b9-d6a7580c7e0a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "572352cb-c3f1-4164-86b9-d6a7580c7e0a",
    "match": "https://api-prod.gambitprofit.com/api/matches/c808ef5d-a8f0-4fda-984b-6ee54a9a7995/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-22T11:27:16.133652-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": "Game Total Under 8",
                "amount": 5094.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "44bff16c-1491-46e6-b9ef-3a739100e1e5",
            "gambit_id": "40c5116a-c131-42ff-9b0e-1fef557a5e5b",
            "last_updated": "2023-05-25T13:47:09.396157-04:00",
            "created_at": "2023-05-22T11:27:16.135494-04:00",
            "name": "Game Total Under 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/572352cb-c3f1-4164-86b9-d6a7580c7e0a/?format=api"
        },
        {
            "id": "01e982a3-fa74-473a-aff3-63c6e878c616",
            "gambit_id": "da1f73c3-c3f0-4bc6-9fdc-b83e3fa6f127",
            "last_updated": "2023-05-25T13:47:09.398406-04:00",
            "created_at": "2023-05-22T11:27:16.137166-04:00",
            "name": "Game Total Over 8",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/572352cb-c3f1-4164-86b9-d6a7580c7e0a/?format=api"
        }
    ]
}