GET /api/bet_types/15c599d8-29ff-4359-a41e-33877a9ecf80/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "15c599d8-29ff-4359-a41e-33877a9ecf80",
    "match": "https://api-prod.gambitprofit.com/api/matches/7fd7a6b3-cf7e-4520-8ee8-6c3ef6d84658/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-29T10:17:01.097312-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 45.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 45.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "cc658972-aebe-478a-85ed-e9a291fb530a",
            "gambit_id": "0635c9d3-2a27-4574-90b4-beea7cabc9e7",
            "last_updated": "2023-04-03T10:57:01.823714-04:00",
            "created_at": "2023-03-29T10:17:01.100445-04:00",
            "name": "Game Total Under 45.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "45.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15c599d8-29ff-4359-a41e-33877a9ecf80/?format=api"
        },
        {
            "id": "1f744fb5-719a-4435-a302-5a2506fd35e5",
            "gambit_id": "d35057a6-beed-4857-9bf2-a373e037f66f",
            "last_updated": "2023-04-03T10:57:01.826137-04:00",
            "created_at": "2023-03-29T10:17:01.103324-04:00",
            "name": "Game Total Over 45.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "45.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15c599d8-29ff-4359-a41e-33877a9ecf80/?format=api"
        }
    ]
}