GET /api/bet_types/2a6f746f-7ecb-4c43-82b9-9ecc0506c8e7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2a6f746f-7ecb-4c43-82b9-9ecc0506c8e7",
    "match": "https://api-prod.gambitprofit.com/api/matches/368bd435-4aa6-4461-bd25-9d88a5edff18/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-03T12:12:10.125622-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 Under 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "fe85f9c0-59cd-4bd6-ae6e-2b4f69086b9f",
            "gambit_id": "67c21ab2-8efb-4766-a99c-ae90cb525f2f",
            "last_updated": "2023-05-04T10:52:17.648302-04:00",
            "created_at": "2023-05-03T12:12:10.126885-04:00",
            "name": "Game Total Under 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a6f746f-7ecb-4c43-82b9-9ecc0506c8e7/?format=api"
        },
        {
            "id": "c7f1e810-de17-4f9a-8e19-b4bfc816a9d3",
            "gambit_id": "7c164c6d-e489-4071-9f2d-ae7c31d552f4",
            "last_updated": "2023-05-04T10:52:17.649472-04:00",
            "created_at": "2023-05-03T12:12:10.128172-04:00",
            "name": "Game Total Over 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a6f746f-7ecb-4c43-82b9-9ecc0506c8e7/?format=api"
        }
    ]
}