GET /api/bet_types/739e3267-4af9-4dfd-b4b6-56b2d00709bc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "739e3267-4af9-4dfd-b4b6-56b2d00709bc",
    "match": "https://api-prod.gambitprofit.com/api/matches/6b6e9d16-88f6-487e-b778-7a633ff83614/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-10T10:03:09.165961-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 10",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 10",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "8370425f-8c9a-4e0f-b69c-9e7bfca7d46a",
            "gambit_id": "1aa735c4-fc99-474f-ac74-d59974bd5201",
            "last_updated": "2023-09-12T11:23:03.640857-04:00",
            "created_at": "2023-09-10T10:03:09.175005-04:00",
            "name": "Game Total Under 10",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/739e3267-4af9-4dfd-b4b6-56b2d00709bc/?format=api"
        },
        {
            "id": "c3735af7-ea29-4535-8f3f-4d2e1c119a27",
            "gambit_id": "5e07df4f-11c1-457b-a214-31696131e845",
            "last_updated": "2023-09-12T11:23:03.637563-04:00",
            "created_at": "2023-09-10T10:03:09.170144-04:00",
            "name": "Game Total Over 10",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/739e3267-4af9-4dfd-b4b6-56b2d00709bc/?format=api"
        }
    ]
}