GET /api/bet_types/c3683e81-b0de-4c72-b6bf-318e1a46bce6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c3683e81-b0de-4c72-b6bf-318e1a46bce6",
    "match": "https://api-prod.gambitprofit.com/api/matches/774d6991-fdd5-4ec3-8e17-a8b4cb185380/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-18T08:46:54.199596-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 231.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 231.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "738b8b39-e0fa-465d-bfac-0947fb4d5237",
            "gambit_id": "401998f9-bab1-4670-9ac8-949e25adc6d6",
            "last_updated": "2023-03-19T17:01:57.917379-04:00",
            "created_at": "2023-03-18T08:46:54.205095-04:00",
            "name": "Game Total Over 231.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "231.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3683e81-b0de-4c72-b6bf-318e1a46bce6/?format=api"
        },
        {
            "id": "35eb03c1-2af6-4dc4-9ea8-d6345e9f48c1",
            "gambit_id": "140163b2-d8ba-4714-bd25-355584ea38c6",
            "last_updated": "2023-03-19T17:01:57.915651-04:00",
            "created_at": "2023-03-18T08:46:54.202540-04:00",
            "name": "Game Total Under 231.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "231.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3683e81-b0de-4c72-b6bf-318e1a46bce6/?format=api"
        }
    ]
}