GET /api/bet_types/9bf2578b-213a-45b5-80e5-f0c2a894db2c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9bf2578b-213a-45b5-80e5-f0c2a894db2c",
    "match": "https://api-prod.gambitprofit.com/api/matches/b77cb3cd-7eb8-468b-aaf4-b0276e981d09/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-02T09:57:08.827768-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",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 231",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "79f8fc41-562d-4cb9-b0df-5012253dbcac",
            "gambit_id": "4bff1257-64ab-49ed-bc13-aeac34792c21",
            "last_updated": "2023-04-03T20:17:10.980130-04:00",
            "created_at": "2023-04-02T09:57:08.834296-04:00",
            "name": "Game Total Over 231",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "231.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9bf2578b-213a-45b5-80e5-f0c2a894db2c/?format=api"
        },
        {
            "id": "2adc453c-0cbf-4b7e-a84a-6a30672491c1",
            "gambit_id": "e4c4c67f-4faa-4ef9-893c-1b7a7c5421cf",
            "last_updated": "2023-04-03T20:17:10.976705-04:00",
            "created_at": "2023-04-02T09:57:08.830708-04:00",
            "name": "Game Total Under 231",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "231.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9bf2578b-213a-45b5-80e5-f0c2a894db2c/?format=api"
        }
    ]
}