GET /api/bet_types/a4a28318-a6f2-455f-beb7-3ffab1fe0b01/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a4a28318-a6f2-455f-beb7-3ffab1fe0b01",
    "match": "https://api-prod.gambitprofit.com/api/matches/75f541e6-414a-44fe-8426-37f4c0520e72/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-28T08:48:02.629062-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 Over 10",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 10",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "4b59666f-11e3-47a4-904f-9b53f60fc975",
            "gambit_id": "0c824672-cdbb-423d-af43-0cf487d4317c",
            "last_updated": "2023-06-29T18:03:04.608794-04:00",
            "created_at": "2023-06-28T08:48:02.631237-04:00",
            "name": "Game Total Over 10",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4a28318-a6f2-455f-beb7-3ffab1fe0b01/?format=api"
        },
        {
            "id": "49712e51-84d4-4437-8842-a112fa1ef0af",
            "gambit_id": "17fc381c-e7ab-4473-b90e-acaea844d0cf",
            "last_updated": "2023-06-29T18:03:04.610518-04:00",
            "created_at": "2023-06-28T08:48:02.633436-04:00",
            "name": "Game Total Under 10",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4a28318-a6f2-455f-beb7-3ffab1fe0b01/?format=api"
        }
    ]
}