GET /api/bet_types/4c4fbc04-875c-4568-a73d-43475a16f683/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4c4fbc04-875c-4568-a73d-43475a16f683",
    "match": "https://api-prod.gambitprofit.com/api/matches/ae436273-ffc0-4dc7-98a8-8bd2d65c0356/?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 Over 8.5",
                "amount": 5208.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "7f408c8d-609d-4a4c-afd0-f2aaf5f00116",
            "gambit_id": "757a552d-7cda-4c8f-aac6-5944efbbcd48",
            "last_updated": "2022-09-22T14:57:18.455179-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c4fbc04-875c-4568-a73d-43475a16f683/?format=api"
        },
        {
            "id": "10391f86-ae4d-4316-9401-a906f1e6706d",
            "gambit_id": "7f48160b-33b2-4aab-9505-3b6a82d3ffbe",
            "last_updated": "2022-09-22T14:57:18.454038-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8.5",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c4fbc04-875c-4568-a73d-43475a16f683/?format=api"
        }
    ]
}