GET /api/bet_types/52e7680b-89ad-4c9f-85c3-d3a2501f1d9b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "52e7680b-89ad-4c9f-85c3-d3a2501f1d9b",
    "match": "https://api-prod.gambitprofit.com/api/matches/f8b3061d-bb4f-49f7-a12b-a79a30796d37/?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": 5000.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "aab9ce32-5188-4b1c-b0fa-a26d3ac413fe",
            "gambit_id": "dd247208-ab40-4059-902a-7f67c72c8e0f",
            "last_updated": "2022-08-08T11:02:06.838953-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52e7680b-89ad-4c9f-85c3-d3a2501f1d9b/?format=api"
        },
        {
            "id": "77f701da-b75f-4798-8a42-0fd3ded8c977",
            "gambit_id": "680a47a1-576a-45a0-9226-26789fb95712",
            "last_updated": "2022-08-08T11:02:06.838339-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52e7680b-89ad-4c9f-85c3-d3a2501f1d9b/?format=api"
        }
    ]
}