GET /api/bet_types/2ed29139-9058-4b25-8c04-aaa44174f910/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2ed29139-9058-4b25-8c04-aaa44174f910",
    "match": "https://api-prod.gambitprofit.com/api/matches/9a0250d1-6d40-4795-b7da-7bab4e95b419/?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",
                "amount": 5208.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "295a4cfe-1514-4072-a05e-b26970d60937",
            "gambit_id": "884fdc1c-87b3-4f3a-b440-56acb09667ec",
            "last_updated": "2022-09-22T15:07:23.553197-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ed29139-9058-4b25-8c04-aaa44174f910/?format=api"
        },
        {
            "id": "9c8fecc8-9f86-4f08-a505-fa203a063028",
            "gambit_id": "4ba80bca-0f0c-41e3-91cf-e7e47571ea33",
            "last_updated": "2022-09-22T15:07:23.551997-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ed29139-9058-4b25-8c04-aaa44174f910/?format=api"
        }
    ]
}