GET /api/bet_types/c191a3bb-7d7a-4b2e-baf8-97091da1fcea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c191a3bb-7d7a-4b2e-baf8-97091da1fcea",
    "match": "https://api-prod.gambitprofit.com/api/matches/4b9371a1-8ad8-4667-99ff-38d164fe3ebf/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 Under 6",
                "amount": 5306.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4694.0
            }
        ],
        "expected_reward_tokens": 8965.54,
        "profit_sb": -34.46,
        "profit_sb_percentage": -0.38,
        "recommended": false
    },
    "lines": [
        {
            "id": "5f452810-aa9c-4d4d-8f41-79ceb942c875",
            "gambit_id": "f7094307-3003-4672-b48b-cb9b8cd4cb99",
            "last_updated": "2022-12-21T22:32:04.843219-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.69000",
            "odds": "1.80000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c191a3bb-7d7a-4b2e-baf8-97091da1fcea/?format=api"
        },
        {
            "id": "a791a82c-a844-40ce-bf88-a475e0564085",
            "gambit_id": "1b47d1a4-bea8-4533-9553-eb54669b6930",
            "last_updated": "2022-12-21T22:32:04.844345-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.91000",
            "odds": "2.05000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c191a3bb-7d7a-4b2e-baf8-97091da1fcea/?format=api"
        }
    ]
}