GET /api/bet_types/29325b4f-a92f-48d3-bd2c-397a5e39ef94/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "29325b4f-a92f-48d3-bd2c-397a5e39ef94",
    "match": "https://api-prod.gambitprofit.com/api/matches/7ce042d1-bd05-48b9-ab41-29b97563b6c0/?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 223",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 223",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "e71bd7a7-1b2a-43e8-9e88-295073859dce",
            "gambit_id": "fa02728a-704b-4b63-99ef-e49d8afd723c",
            "last_updated": "2022-11-22T09:52:09.150309-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 223",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "223.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29325b4f-a92f-48d3-bd2c-397a5e39ef94/?format=api"
        },
        {
            "id": "0e7e5d11-2be5-4521-9f0a-eea95ceff4de",
            "gambit_id": "9a97607f-72de-44d5-b624-3ca4aac519ee",
            "last_updated": "2022-11-22T09:52:09.151469-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 223",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "223.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29325b4f-a92f-48d3-bd2c-397a5e39ef94/?format=api"
        }
    ]
}