GET /api/bet_types/ff72d78c-871c-4432-905f-bc9c715b30dd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ff72d78c-871c-4432-905f-bc9c715b30dd",
    "match": "https://api-prod.gambitprofit.com/api/matches/60447f02-ad14-4968-a8ff-1135d6e6f8bc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-23T09:07:01.737728-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 229.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 229.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "a1dbffd4-f7a9-4cd4-b91c-496457ce94c8",
            "gambit_id": "9026a227-1fa7-4084-953a-eba90bb52b04",
            "last_updated": "2023-02-24T12:32:15.020098-05:00",
            "created_at": "2023-02-23T09:07:01.738950-05:00",
            "name": "Game Total Under 229.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "229.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff72d78c-871c-4432-905f-bc9c715b30dd/?format=api"
        },
        {
            "id": "ebfbaedd-cf8b-4104-b998-9aa6522e5b86",
            "gambit_id": "c3fbc863-49fa-4826-9857-78ead07f9be0",
            "last_updated": "2023-02-24T12:32:15.021364-05:00",
            "created_at": "2023-02-23T09:07:01.740261-05:00",
            "name": "Game Total Over 229.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "229.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff72d78c-871c-4432-905f-bc9c715b30dd/?format=api"
        }
    ]
}