GET /api/bet_types/9af3eab9-9f00-43db-b495-ceb7c9ba7f49/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9af3eab9-9f00-43db-b495-ceb7c9ba7f49",
    "match": "https://api-prod.gambitprofit.com/api/matches/6389e4c1-2852-4426-b38f-086403f82060/?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 7",
                "amount": 5208.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "e41ad42c-3720-40f9-a4bd-6dd186647914",
            "gambit_id": "35cfc53e-c6f7-4207-8eda-7b4ac926e3f4",
            "last_updated": "2022-09-25T21:46:53.744686-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9af3eab9-9f00-43db-b495-ceb7c9ba7f49/?format=api"
        },
        {
            "id": "a1da1a4f-b4ca-48af-a4eb-d20927c7c441",
            "gambit_id": "336c76b1-b3b9-445e-abd3-1ef9dc97b5e9",
            "last_updated": "2022-09-25T21:46:53.743621-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9af3eab9-9f00-43db-b495-ceb7c9ba7f49/?format=api"
        }
    ]
}