GET /api/bet_types/a3bf0dff-60bd-461a-ae14-527e0b80d8fe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a3bf0dff-60bd-461a-ae14-527e0b80d8fe",
    "match": "https://api-prod.gambitprofit.com/api/matches/9e0ad48e-5f9c-48e5-b39a-81752dc59084/?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 Under 41.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 41.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "c7614aa1-a588-4fc5-87e2-21151644450e",
            "gambit_id": "522610a8-ea6b-44c3-a562-164537cf9c16",
            "last_updated": "2022-11-14T14:57:39.186666-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 41.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "41.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3bf0dff-60bd-461a-ae14-527e0b80d8fe/?format=api"
        },
        {
            "id": "643f93ec-c7ef-45a8-9d4a-4fa47acd513a",
            "gambit_id": "7f9fa693-b709-47ea-aa89-8adcd0840925",
            "last_updated": "2022-11-14T14:57:39.187775-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 41.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "41.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3bf0dff-60bd-461a-ae14-527e0b80d8fe/?format=api"
        }
    ]
}