GET /api/bet_types/3172f911-96c5-4f5b-ae89-8f2cf02772c2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3172f911-96c5-4f5b-ae89-8f2cf02772c2",
    "match": "https://api-prod.gambitprofit.com/api/matches/cb48b7b9-328a-4c0b-a790-8412ea886e97/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-05: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 2.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": -250.0,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "83f8f5d3-edcb-4e77-8f4e-46cbdfa52818",
            "gambit_id": "1c76c09d-6b52-4adb-9787-a4d6aecc449e",
            "last_updated": "2022-10-07T09:07:06.042521-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.85000",
            "odds": "1.88000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3172f911-96c5-4f5b-ae89-8f2cf02772c2/?format=api"
        },
        {
            "id": "87a2d3d0-1cc6-42da-b521-5ffcf102bc94",
            "gambit_id": "ffc538e7-0b4e-4a84-be79-79852f1a0e88",
            "last_updated": "2022-10-07T09:07:06.043679-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.85000",
            "odds": "1.88000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3172f911-96c5-4f5b-ae89-8f2cf02772c2/?format=api"
        }
    ]
}