GET /api/bet_types/b95b767c-eace-4829-b6a9-0ff5b58ee9e7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b95b767c-eace-4829-b6a9-0ff5b58ee9e7",
    "match": "https://api-prod.gambitprofit.com/api/matches/36858e3d-9009-469e-8a1d-7d35013f3f88/?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": 5500.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4500.0
            }
        ],
        "expected_reward_tokens": 8910.0,
        "profit_sb": -90.0,
        "profit_sb_percentage": -1.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "a1a25b7a-b71f-4bff-aa3f-56329d8e6adc",
            "gambit_id": "8a37ff0b-65f6-464a-8a06-ee14e355c998",
            "last_updated": "2022-09-19T10:11:57.580136-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.62000",
            "odds": "1.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b95b767c-eace-4829-b6a9-0ff5b58ee9e7/?format=api"
        },
        {
            "id": "d01f3698-fc8e-4f39-bec4-70609cc47c5d",
            "gambit_id": "54066aad-bbb2-4c62-adbc-6629b3ad5e88",
            "last_updated": "2022-09-19T10:11:57.581307-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.98000",
            "odds": "2.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b95b767c-eace-4829-b6a9-0ff5b58ee9e7/?format=api"
        }
    ]
}