GET /api/bet_types/853b7a7a-8916-440d-941a-b98301e5c632/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "853b7a7a-8916-440d-941a-b98301e5c632",
    "match": "https://api-prod.gambitprofit.com/api/matches/70ad5580-8cd4-4f00-85af-c78b1f9ac37c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-09T11:12:01.659881-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 6",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "be188ef4-f3c9-4e9e-9c80-e973b16f50b6",
            "gambit_id": "90ea6c5b-7ed6-4936-939b-03810ccaea0c",
            "last_updated": "2023-02-11T19:51:52.514750-05:00",
            "created_at": "2023-02-09T11:12:01.663049-05:00",
            "name": "Game Total Over 6",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/853b7a7a-8916-440d-941a-b98301e5c632/?format=api"
        },
        {
            "id": "36f685ab-a930-4092-bedf-86bfef1b00d6",
            "gambit_id": "6f3b91a5-bb9a-44a0-b01a-d509104eba16",
            "last_updated": "2023-02-11T19:51:52.513568-05:00",
            "created_at": "2023-02-09T11:12:01.661543-05:00",
            "name": "Game Total Under 6",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/853b7a7a-8916-440d-941a-b98301e5c632/?format=api"
        }
    ]
}