GET /api/bet_types/44ff3fe7-f548-4ef3-bc51-04b933896706/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "44ff3fe7-f548-4ef3-bc51-04b933896706",
    "match": "https://api-prod.gambitprofit.com/api/matches/859d6b0f-9029-441b-a080-ae7ca70ab444/?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": 5212.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "6e198a7b-d7df-4b43-9192-b5ecf6232e60",
            "gambit_id": "416f18f1-fc98-4030-bfb3-84fb72a62b18",
            "last_updated": "2022-10-24T11:56:46.453823-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44ff3fe7-f548-4ef3-bc51-04b933896706/?format=api"
        },
        {
            "id": "acc167e4-5e75-4339-8d76-efd22b8bc359",
            "gambit_id": "a893f520-753a-4b13-84df-030e04729a9b",
            "last_updated": "2022-10-24T11:56:46.454907-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44ff3fe7-f548-4ef3-bc51-04b933896706/?format=api"
        }
    ]
}