GET /api/bet_types/729f361a-38e2-4615-baff-b0df88a92cd2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "729f361a-38e2-4615-baff-b0df88a92cd2",
    "match": "https://api-prod.gambitprofit.com/api/matches/e8846063-f524-4505-b889-48750f23d81c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-10T08:23:22.303353-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 232.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 232.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "4cb7e48e-387b-46fb-bbb0-ea1d6896a48d",
            "gambit_id": "14d2ab81-5ef9-424e-94ff-7bf986122a14",
            "last_updated": "2023-11-12T11:18:22.635827-05:00",
            "created_at": "2023-11-10T08:23:22.307979-05:00",
            "name": "Game Total Over 232.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "232.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/729f361a-38e2-4615-baff-b0df88a92cd2/?format=api"
        },
        {
            "id": "2d1168b2-7266-4f2a-9254-b1be91984655",
            "gambit_id": "1af443c2-a298-4a93-a34f-9c95381bc220",
            "last_updated": "2023-11-12T11:18:22.639159-05:00",
            "created_at": "2023-11-10T08:23:22.312364-05:00",
            "name": "Game Total Under 232.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "232.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/729f361a-38e2-4615-baff-b0df88a92cd2/?format=api"
        }
    ]
}