GET /api/bet_types/d14d7802-b625-4799-b30e-e3f12b869e8c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d14d7802-b625-4799-b30e-e3f12b869e8c",
    "match": "https://api-prod.gambitprofit.com/api/matches/8bcaa35d-79eb-402a-9bdb-5b26f5ea5735/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-09T11:12:02.597405-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 Over 6",
                "amount": 5317.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "2b3ac687-9b37-49fa-a120-545100f30f89",
            "gambit_id": "e02befef-88c3-41b8-a400-0c008b8be135",
            "last_updated": "2023-02-11T19:51:52.376293-05:00",
            "created_at": "2023-02-09T11:12:02.599793-05:00",
            "name": "Game Total Over 6",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d14d7802-b625-4799-b30e-e3f12b869e8c/?format=api"
        },
        {
            "id": "01755061-26d2-4ad4-a327-3ac6c2080c7a",
            "gambit_id": "346604f0-e198-44e4-b6d7-8b7db5fbbf71",
            "last_updated": "2023-02-11T19:51:52.375048-05:00",
            "created_at": "2023-02-09T11:12:02.598607-05:00",
            "name": "Game Total Under 6",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d14d7802-b625-4799-b30e-e3f12b869e8c/?format=api"
        }
    ]
}