GET /api/bet_types/2e193d89-e169-45cc-8c4b-257fddcfc66a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2e193d89-e169-45cc-8c4b-257fddcfc66a",
    "match": "https://api-prod.gambitprofit.com/api/matches/1919f0b4-f6a4-4e8d-8046-3e5aa6fe4133/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-18T12:11:59.795265-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 8",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "a824999a-0e56-4079-bc15-4e80a88e7c88",
            "gambit_id": "509cf491-1193-40f1-ae1d-8a35efe45355",
            "last_updated": "2023-04-19T17:22:14.500139-04:00",
            "created_at": "2023-04-18T12:11:59.799730-04:00",
            "name": "Game Total Over 8",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e193d89-e169-45cc-8c4b-257fddcfc66a/?format=api"
        },
        {
            "id": "2b3b6343-1daf-47f7-bde4-ed89631fd2e2",
            "gambit_id": "8a0630a9-feae-4785-ad74-1a15e8affe7f",
            "last_updated": "2023-04-19T17:22:14.498230-04:00",
            "created_at": "2023-04-18T12:11:59.797526-04:00",
            "name": "Game Total Under 8",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e193d89-e169-45cc-8c4b-257fddcfc66a/?format=api"
        }
    ]
}