GET /api/bet_types/5a31fcf1-4358-47e8-b369-42e0f4ccb4dd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5a31fcf1-4358-47e8-b369-42e0f4ccb4dd",
    "match": "https://api-prod.gambitprofit.com/api/matches/8d806774-d43b-49f2-b644-d92e26a108fa/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-18T09:16:53.370466-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.5",
                "amount": 5703.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4297.0
            }
        ],
        "expected_reward_tokens": 9581.04,
        "profit_sb": 81.04,
        "profit_sb_percentage": 0.85,
        "recommended": true
    },
    "lines": [
        {
            "id": "7834e090-baa4-49a8-bf4b-3e385c3e788d",
            "gambit_id": "90b24c05-b406-41ab-bece-6b4e39ca047d",
            "last_updated": "2023-01-19T09:37:17.969245-05:00",
            "created_at": "2023-01-18T09:16:53.377446-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.68000",
            "odds": "1.68970",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a31fcf1-4358-47e8-b369-42e0f4ccb4dd/?format=api"
        },
        {
            "id": "600ef78f-5245-4bbd-b1b8-a3dfe04bb6b7",
            "gambit_id": "7ee0786e-47bb-4486-ba41-9e085ad4c51d",
            "last_updated": "2023-01-19T09:37:17.968128-05:00",
            "created_at": "2023-01-18T09:16:53.373598-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.23000",
            "odds": "2.25000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a31fcf1-4358-47e8-b369-42e0f4ccb4dd/?format=api"
        }
    ]
}