GET /api/bet_types/d8c9addb-5692-4742-bb28-028318cd60e0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d8c9addb-5692-4742-bb28-028318cd60e0",
    "match": "https://api-prod.gambitprofit.com/api/matches/58c4f65b-f6ac-430b-8d97-363288eacc6b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-02T09:13:09.836297-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 6.5",
                "amount": 5423.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "c43b8cec-6563-4e81-97d3-6206c2ea1a5b",
            "gambit_id": "40b618cf-21c1-4cb5-8754-159d16da2902",
            "last_updated": "2023-11-03T11:48:25.399993-04:00",
            "created_at": "2023-11-02T09:13:09.841739-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8c9addb-5692-4742-bb28-028318cd60e0/?format=api"
        },
        {
            "id": "d8b58c8c-65ee-4cdc-a1d0-ebcd165afd6d",
            "gambit_id": "4a2e71da-8008-4d88-9361-4ef40c0e8e04",
            "last_updated": "2023-11-03T11:48:25.404359-04:00",
            "created_at": "2023-11-02T09:13:09.846862-04:00",
            "name": "Game Total Under 6.5",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8c9addb-5692-4742-bb28-028318cd60e0/?format=api"
        }
    ]
}